astrodatagui: make star list narrower

This commit is contained in:
2024-05-13 11:33:38 +02:00
parent 277a1eb473
commit 0ad300653e
+16 -4
View File
@@ -51,7 +51,7 @@
<widget class="QLineEdit" name="leStarSearch"> <widget class="QLineEdit" name="leStarSearch">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>200</width> <width>100</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@@ -64,7 +64,7 @@
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>5</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
@@ -72,6 +72,18 @@
</item> </item>
<item> <item>
<widget class="QPushButton" name="btAddNew"> <widget class="QPushButton" name="btAddNew">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Add</string> <string>Add</string>
</property> </property>
@@ -89,13 +101,13 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>400</width> <width>215</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>400</width> <width>215</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>