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:
Markus Göllnitz
2025-09-16 00:15:55 +02:00
committed by Marge Bot
parent a02ff9504c
commit ba3e0b47ed

View File

@@ -8,7 +8,7 @@
<property name="height-request">294</property>
<child>
<object class="AdwBreakpoint">
<condition>max-width: 450sp</condition>
<condition>max-width: 510sp</condition>
<setter object="header_bar" property="title-widget"/>
<setter object="switcher_bar" property="reveal">True</setter>
</object>