Skip to content

Commit f14ad55

Browse files
committed
[composer] Add some missing sync groups for group boxes
1 parent 7819949 commit f14ad55

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

src/ui/qgscomposerhtmlwidgetbase.ui

+9
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@
142142
<property name="collapsed" stdset="0">
143143
<bool>false</bool>
144144
</property>
145+
<property name="syncGroup" stdset="0">
146+
<string notr="true">composeritem</string>
147+
</property>
145148
<layout class="QGridLayout" name="gridLayout">
146149
<item row="0" column="0">
147150
<widget class="QLabel" name="mResizeModeLabel">
@@ -187,6 +190,9 @@
187190
<property name="collapsed" stdset="0">
188191
<bool>false</bool>
189192
</property>
193+
<property name="syncGroup" stdset="0">
194+
<string notr="true">composeritem</string>
195+
</property>
190196
<layout class="QFormLayout" name="formLayout">
191197
<item row="0" column="0">
192198
<widget class="QLabel" name="mLabelMaxDistance">
@@ -228,6 +234,9 @@
228234
<property name="collapsed" stdset="0">
229235
<bool>true</bool>
230236
</property>
237+
<property name="syncGroup" stdset="0">
238+
<string notr="true">composeritem</string>
239+
</property>
231240
<layout class="QVBoxLayout" name="verticalLayout_2">
232241
<item>
233242
<layout class="QVBoxLayout" name="stylesheetEditorLayout"/>

src/ui/qgscomposermapwidgetbase.ui

+13-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<property name="geometry">
5555
<rect>
5656
<x>0</x>
57-
<y>-571</y>
57+
<y>-628</y>
5858
<width>444</width>
5959
<height>2231</height>
6060
</rect>
@@ -332,6 +332,9 @@
332332
<property name="collapsed" stdset="0">
333333
<bool>true</bool>
334334
</property>
335+
<property name="syncGroup" stdset="0">
336+
<string notr="true">composeritem</string>
337+
</property>
335338
<layout class="QGridLayout" name="gridLayout_2">
336339
<item row="0" column="1">
337340
<widget class="QSpinBox" name="mAtlasMarginSpinBox">
@@ -396,6 +399,9 @@
396399
<property name="collapsed" stdset="0">
397400
<bool>true</bool>
398401
</property>
402+
<property name="syncGroup" stdset="0">
403+
<string notr="true">composeritem</string>
404+
</property>
399405
<layout class="QVBoxLayout" name="verticalLayout_3">
400406
<item>
401407
<layout class="QHBoxLayout" name="horizontalLayout_8">
@@ -485,7 +491,7 @@
485491
<bool>true</bool>
486492
</property>
487493
<property name="syncGroup" stdset="0">
488-
<string notr="true">composeritem</string>
494+
<string notr="true">composermapgrid</string>
489495
</property>
490496
<property name="collapsed" stdset="0">
491497
<bool>false</bool>
@@ -679,6 +685,9 @@
679685
<property name="title">
680686
<string>Grid frame</string>
681687
</property>
688+
<property name="syncGroup" stdset="0">
689+
<string notr="true">composermapgrid</string>
690+
</property>
682691
<layout class="QGridLayout" name="gridLayout_3">
683692
<item row="0" column="0">
684693
<widget class="QLabel" name="mFrameStyleLabel_2">
@@ -869,7 +878,7 @@
869878
<bool>false</bool>
870879
</property>
871880
<property name="syncGroup" stdset="0">
872-
<string/>
881+
<string notr="true">composermapgrid</string>
873882
</property>
874883
<property name="collapsed" stdset="0">
875884
<bool>false</bool>
@@ -1169,7 +1178,7 @@
11691178
<bool>true</bool>
11701179
</property>
11711180
<property name="syncGroup" stdset="0">
1172-
<string notr="true">composeritem</string>
1181+
<string notr="true">composermapoverview</string>
11731182
</property>
11741183
<property name="collapsed" stdset="0">
11751184
<bool>false</bool>

0 commit comments

Comments
 (0)