mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
window: fix minimum size width
This commit is contained in:
parent
599f22d249
commit
328604f7fe
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="vexpand">True</property>
|
||||
<property name="min-content-width">340</property>
|
||||
<property name="min-content-width">320</property>
|
||||
<property name="min-content-height">400</property>
|
||||
<child>
|
||||
<object class="HdyClamp">
|
||||
|
|
Loading…
Add table
Reference in a new issue