mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
scrolled windows: sync min-width
This commit is contained in:
parent
46b966a373
commit
1eca766f8d
3 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="min-content-width">300</property>
|
||||
<property name="min-content-width">340</property>
|
||||
<property name="min-content-height">400</property>
|
||||
<child>
|
||||
<object class="AdwClamp">
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
<property name="name">results</property>
|
||||
<property name="child">
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="min-content-width">300</property>
|
||||
<property name="min-content-width">340</property>
|
||||
<property name="min-content-height">400</property>
|
||||
<child>
|
||||
<object class="AdwClampScrollable">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="vexpand">True</property>
|
||||
<property name="min-content-width">300</property>
|
||||
<property name="min-content-width">340</property>
|
||||
<property name="min-content-height">400</property>
|
||||
<child>
|
||||
<object class="GtkStack" id="stack">
|
||||
|
|
Loading…
Add table
Reference in a new issue