Skip to content

Commit

Permalink
Fix for version combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Jul 23, 2021
1 parent 93f915a commit 05554fb
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 14 deletions.
45 changes: 39 additions & 6 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@
</property>
<widget class="QFrame" name="controlFrame">
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -79,6 +88,12 @@
<property name="toolTip">
<string>Minecraft version</string>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
</property>
<property name="minimumContentsLength">
<number>6</number>
</property>
<property name="iconSize">
<size>
<width>0</width>
Expand Down Expand Up @@ -195,7 +210,16 @@
<string>Search</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
Expand Down Expand Up @@ -241,8 +265,8 @@ QToolButton {
<rect>
<x>0</x>
<y>0</y>
<width>1233</width>
<height>705</height>
<width>1225</width>
<height>702</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -541,7 +565,16 @@ QSplitter {
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
Expand Down Expand Up @@ -608,7 +641,7 @@ QToolButton:checked {
<x>0</x>
<y>0</y>
<width>1280</width>
<height>23</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuMap">
Expand Down
21 changes: 13 additions & 8 deletions src/quadlistdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
<string>Structure</string>
</property>
<property name="toolTip">
<string>qype of quad-structure</string>
<string>type of quad-structure</string>
</property>
<property name="textAlignment">
<set>AlignLeft|AlignVCenter</set>
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
Expand All @@ -74,7 +74,7 @@
<string>distance to origin</string>
</property>
<property name="textAlignment">
<set>AlignLeft|AlignVCenter</set>
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
Expand All @@ -85,7 +85,7 @@
<string>optimal AFK location</string>
</property>
<property name="textAlignment">
<set>AlignLeft|AlignVCenter</set>
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
Expand All @@ -96,7 +96,7 @@
<string>distance to furthest spawning space from optimal AFK position</string>
</property>
<property name="textAlignment">
<set>AlignLeft|AlignVCenter</set>
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
Expand All @@ -107,7 +107,7 @@
<string>horizontal bounding box area inside a 128 block range</string>
</property>
<property name="textAlignment">
<set>AlignLeft|AlignVCenter</set>
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
</widget>
Expand Down Expand Up @@ -163,6 +163,12 @@
<property name="toolTip">
<string>Minecraft version</string>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
</property>
<property name="minimumContentsLength">
<number>6</number>
</property>
<property name="iconSize">
<size>
<width>0</width>
Expand Down Expand Up @@ -270,8 +276,7 @@
</property>
<property name="icon">
<iconset theme="window-close">
<normaloff/>
</iconset>
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
Expand Down

0 comments on commit 05554fb

Please sign in to comment.