Skip to content

Commit 2dea055

Browse files
committed
Fix right aligned contents in label spin boxes
1 parent f7e5303 commit 2dea055

File tree

1 file changed

+17
-30
lines changed

1 file changed

+17
-30
lines changed

src/ui/qgslabelingguibase.ui

+17-30
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<rect>
113113
<x>0</x>
114114
<y>0</y>
115-
<width>482</width>
115+
<width>486</width>
116116
<height>300</height>
117117
</rect>
118118
</property>
@@ -646,9 +646,9 @@
646646
<property name="geometry">
647647
<rect>
648648
<x>0</x>
649-
<y>-78</y>
650-
<width>448</width>
651-
<height>442</height>
649+
<y>0</y>
650+
<width>452</width>
651+
<height>387</height>
652652
</rect>
653653
</property>
654654
<layout class="QVBoxLayout" name="verticalLayout_2">
@@ -1439,8 +1439,8 @@ font-style: italic;</string>
14391439
<rect>
14401440
<x>0</x>
14411441
<y>0</y>
1442-
<width>448</width>
1443-
<height>389</height>
1442+
<width>466</width>
1443+
<height>356</height>
14441444
</rect>
14451445
</property>
14461446
<layout class="QVBoxLayout" name="verticalLayout_14">
@@ -2074,8 +2074,8 @@ font-style: italic;</string>
20742074
<rect>
20752075
<x>0</x>
20762076
<y>0</y>
2077-
<width>464</width>
2078-
<height>364</height>
2077+
<width>466</width>
2078+
<height>376</height>
20792079
</rect>
20802080
</property>
20812081
<layout class="QVBoxLayout" name="verticalLayout_12">
@@ -2276,9 +2276,6 @@ font-style: italic;</string>
22762276
<property name="enabled">
22772277
<bool>true</bool>
22782278
</property>
2279-
<property name="alignment">
2280-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2281-
</property>
22822279
<property name="suffix">
22832280
<string> %</string>
22842281
</property>
@@ -2459,8 +2456,8 @@ font-style: italic;</string>
24592456
<rect>
24602457
<x>0</x>
24612458
<y>0</y>
2462-
<width>454</width>
2463-
<height>720</height>
2459+
<width>452</width>
2460+
<height>628</height>
24642461
</rect>
24652462
</property>
24662463
<layout class="QVBoxLayout" name="verticalLayout_21">
@@ -2756,9 +2753,6 @@ font-style: italic;</string>
27562753
<property name="enabled">
27572754
<bool>true</bool>
27582755
</property>
2759-
<property name="alignment">
2760-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2761-
</property>
27622756
<property name="suffix">
27632757
<string> %</string>
27642758
</property>
@@ -3009,11 +3003,7 @@ font-style: italic;</string>
30093003
<number>0</number>
30103004
</property>
30113005
<item>
3012-
<widget class="QLineEdit" name="mShapeSVGPathLineEdit">
3013-
<property name="alignment">
3014-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3015-
</property>
3016-
</widget>
3006+
<widget class="QLineEdit" name="mShapeSVGPathLineEdit"/>
30173007
</item>
30183008
<item>
30193009
<widget class="QPushButton" name="mShapeSVGSelectorBtn">
@@ -3286,8 +3276,8 @@ font-style: italic;</string>
32863276
<rect>
32873277
<x>0</x>
32883278
<y>0</y>
3289-
<width>448</width>
3290-
<height>447</height>
3279+
<width>452</width>
3280+
<height>398</height>
32913281
</rect>
32923282
</property>
32933283
<layout class="QVBoxLayout" name="verticalLayout_22">
@@ -3626,9 +3616,6 @@ font-style: italic;</string>
36263616
<property name="enabled">
36273617
<bool>true</bool>
36283618
</property>
3629-
<property name="alignment">
3630-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
3631-
</property>
36323619
<property name="suffix">
36333620
<string> %</string>
36343621
</property>
@@ -3786,8 +3773,8 @@ font-style: italic;</string>
37863773
<rect>
37873774
<x>0</x>
37883775
<y>0</y>
3789-
<width>448</width>
3790-
<height>917</height>
3776+
<width>452</width>
3777+
<height>839</height>
37913778
</rect>
37923779
</property>
37933780
<layout class="QVBoxLayout" name="verticalLayout_11">
@@ -5412,8 +5399,8 @@ font-style: italic;</string>
54125399
<rect>
54135400
<x>0</x>
54145401
<y>0</y>
5415-
<width>429</width>
5416-
<height>799</height>
5402+
<width>452</width>
5403+
<height>731</height>
54175404
</rect>
54185405
</property>
54195406
<layout class="QVBoxLayout" name="verticalLayout_8">

0 commit comments

Comments
 (0)