[Kstars-devel] [kstars] kstars/dialogs: Set minimum size for latitude and longitude box in location dialog.

Jérôme SONRIER jsid at emor3j.fr.eu.org
Wed Feb 29 04:08:22 UTC 2012


Git commit 9bc2ab2b0c36ca9e1fdc4a73ec4ac3de2181ae81 by Jérôme SONRIER.
Committed on 29/02/2012 at 05:01.
Pushed by jsonrier into branch 'master'.

Set minimum size for latitude and longitude box in location dialog.

CCBUG: 286960
CCMAIL: kstars-devel at kde.org

M  +12   -0    kstars/dialogs/locationdialog.ui

http://commits.kde.org/kstars/9bc2ab2b0c36ca9e1fdc4a73ec4ac3de2181ae81

diff --git a/kstars/dialogs/locationdialog.ui b/kstars/dialogs/locationdialog.ui
index 6465027..9616667 100644
--- a/kstars/dialogs/locationdialog.ui
+++ b/kstars/dialogs/locationdialog.ui
@@ -246,6 +246,12 @@
                 <horstretch>0</horstretch>
                 <verstretch>0</verstretch>
                </sizepolicy>
+	      </property>
+	      <property name="minimumSize" >
+               <size>
+                <width>100</width>
+                <height>0</height>
+               </size>
               </property>
              </widget>
             </item>
@@ -257,6 +263,12 @@
                 <verstretch>0</verstretch>
                </sizepolicy>
               </property>
+	      <property name="minimumSize" >
+               <size>
+                <width>100</width>
+                <height>0</height>
+               </size>
+              </property>
              </widget>
             </item>
             <item row="1" column="0" >


More information about the Kstars-devel mailing list