Skip to content

Commit

Permalink
Fix:incorrect stretching of elements
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Apr 26, 2024
1 parent ddf41d8 commit 174e307
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions IMSProg_programmer/dialogsfdp.ui
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@
<property name="spacing">
<number>2</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="leftMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -713,6 +716,9 @@
<property name="spacing">
<number>2</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="topMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -1215,13 +1221,10 @@
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="rightMargin">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -1444,6 +1447,9 @@
<property name="spacing">
<number>2</number>
</property>
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -1517,6 +1523,9 @@
</item>
<item row="15" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -1934,6 +1943,9 @@ QPushButton::pressed{background-color: rgb(115, 210, 22);}</string>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
<item>
<widget class="QLabel" name="label_10">
<property name="minimumSize">
Expand Down

0 comments on commit 174e307

Please sign in to comment.