Provide a minimum height for the station listview to improve user experiences when there are more than a few stations

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 5 months ago
parent 69209da954
commit aab34e71cd
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -187,6 +187,12 @@
<property name="defaultRenameAction">
<enum>Reject</enum>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>150</height>
</size>
</property>
</widget>
<widget class="TQGroupBox" row="4" column="0" rowspan="1" colspan="2">
<property name="name">

Loading…
Cancel
Save