remote-desktop-page: Decrease AdwBreakpoint max-width

650p is way too much and makes the bottom bar to
appear when there is still space available in
the headerbar. Use 450p so the bottom bar will only
appear when the headerbar doesn't have enough
space available.

Follow-up from a4224d9e21
This commit is contained in:
Automeris naranja 2024-03-02 23:07:35 -03:00
parent a4224d9e21
commit bb604ad9dd

View file

@ -10,7 +10,7 @@
<property name="height-request">200</property> <property name="height-request">200</property>
<child> <child>
<object class="AdwBreakpoint"> <object class="AdwBreakpoint">
<condition>max-width: 650sp</condition> <condition>max-width: 450sp</condition>
<setter object="header_bar" property="title-widget"/> <setter object="header_bar" property="title-widget"/>
<setter object="view_switcher_bar" property="reveal">True</setter> <setter object="view_switcher_bar" property="reveal">True</setter>
</object> </object>