From aab34e71cdd247e75727efaf530ce5f9a16f4686 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sat, 16 Dec 2023 22:38:11 +0900
Subject: 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>
---
 src/kstreamripperbase.ui | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'src')

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">
-- 
cgit v1.2.1