mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-18 12:14:21 -05:00
Update MainWindow minimum size to enable smaller verticle space (#6149)
This commit is contained in:
parent
3ccd4f9b14
commit
2d66786656
@ -16,7 +16,7 @@
|
|||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>800</width>
|
<width>800</width>
|
||||||
<height>0</height>
|
<height>400</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
Loading…
Reference in New Issue
Block a user