mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-01 11:44:23 +00:00
fix: improve compatibility with breeze
this increases the minimum window size to make sure the input fields and boxes don't really look weird
This commit is contained in:
parent
2c1eff2e60
commit
3ace2896ce
|
|
@ -7,13 +7,13 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>650</width>
|
||||
<height>700</height>
|
||||
<height>750</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>675</height>
|
||||
<height>750</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
|
|
|||
Loading…
Reference in a new issue