mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02: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
c95cb8f8ec
commit
111776008a
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue