Skip to content

Commit

Permalink
Better sizing for check-update dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
guidotack committed Aug 18, 2018
1 parent c3f6b7e commit 1a97017
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions MiniZincIDE/checkupdatedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="sizeConstraint">
Expand All @@ -42,6 +45,9 @@
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
<property name="topMargin">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="label_3">
<property name="sizePolicy">
Expand All @@ -52,14 +58,14 @@
</property>
<property name="minimumSize">
<size>
<width>124</width>
<height>124</height>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>124</width>
<height>124</height>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="text">
Expand Down Expand Up @@ -109,6 +115,18 @@
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="sizePolicy">
Expand Down Expand Up @@ -178,19 +196,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit 1a97017

Please sign in to comment.