diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-16 22:38:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-16 23:55:08 +0900 |
| commit | 71c9869455b4dec76a97c03a8f6db2d34f26fbe3 (patch) | |
| tree | 2d7e1f748fad292cfbc6a861b1319a39d4c5673f | |
| parent | 64cf76fc9fbf478314dcadd9eb768b5e9394d242 (diff) | |
| download | kstreamripper-71c98694.tar.gz kstreamripper-71c98694.zip | |
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>
(cherry picked from commit aab34e71cdd247e75727efaf530ce5f9a16f4686)
| -rw-r--r-- | src/kstreamripperbase.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kstreamripperbase.ui b/src/kstreamripperbase.ui index ba55e4f..8297203 100644 --- a/src/kstreamripperbase.ui +++ b/src/kstreamripperbase.ui @@ -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"> |
