Skip to content

Commit

Permalink
Fix horizontal expansion of some symbol layer widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 30, 2024
1 parent 4800c77 commit f15f008
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/ui/symbollayer/qgsarrowsymbollayerwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="windowTitle">
<string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0">
<item row="1" column="2">
<widget class="QgsPropertyOverrideButton" name="mArrowTypeDDBtn">
<property name="text">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<property name="windowTitle">
<string notr="true">Linear Referencing Symbol Layer</string>
</property>
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,0,0,0,0,0,0,0,0,1" columnstretch="1,2">
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,0,0,0,0,0,0,0,0,1" columnstretch="0,1">
<property name="leftMargin">
<number>0</number>
</property>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_filledline.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="windowTitle">
<string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0">
<item row="3" column="2">
<widget class="QgsPropertyOverrideButton" name="mCapStyleDDBtn">
<property name="text">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_gradientfill.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="windowTitle">
<string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout" columnstretch="0,0,1,0">
<item row="3" column="3">
<widget class="QgsPropertyOverrideButton" name="mGradientTypeDDBtn">
<property name="text">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_linepatternfill.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="windowTitle">
<string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0">
<layout class="QGridLayout" name="gridLayout" columnstretch="0,0,1,0">
<item row="8" column="2">
<spacer name="verticalSpacer">
<property name="orientation">
Expand Down
2 changes: 1 addition & 1 deletion src/ui/symbollayer/widget_simplefill.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="windowTitle">
<string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0,0,1,0,0">
<item row="5" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
Expand Down

0 comments on commit f15f008

Please sign in to comment.