main-window: increase width of switcher breakpoint
The current breakpoint is more or less perfect for English. However, there are other languages with longer strings there, such as German. Increasing the width at which the breakpoint sits to switch the switcher location enables most languages to have no or minimal ellipses while not looking too spacious with English. Signed-off-by: Markus Göllnitz <camelcasenick@bewares.it> Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/791>
This commit is contained in:
committed by
Marge Bot
parent
a02ff9504c
commit
ba3e0b47ed
@@ -8,7 +8,7 @@
|
|||||||
<property name="height-request">294</property>
|
<property name="height-request">294</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwBreakpoint">
|
<object class="AdwBreakpoint">
|
||||||
<condition>max-width: 450sp</condition>
|
<condition>max-width: 510sp</condition>
|
||||||
<setter object="header_bar" property="title-widget"/>
|
<setter object="header_bar" property="title-widget"/>
|
||||||
<setter object="switcher_bar" property="reveal">True</setter>
|
<setter object="switcher_bar" property="reveal">True</setter>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
Reference in New Issue
Block a user