mirror of
https://github.com/RolandWH/SIPPCompare.git
synced 2025-06-27 23:01:17 +01:00
set min and max sizes for all windows
This commit is contained in:
@ -10,6 +10,18 @@
|
||||
<height>100</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>300</width>
|
||||
<height>100</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>300</width>
|
||||
<height>100</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Name Platform</string>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user