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:
parent
a4224d9e21
commit
bb604ad9dd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue