Skip to content

Commit cf93a22

Browse files
committed
UX improvements
1 parent 013f45e commit cf93a22

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/ui/qgstextformatwidgetbase.ui

+12-12
Original file line numberDiff line numberDiff line change
@@ -3664,7 +3664,7 @@ font-style: italic;</string>
36643664
<property name="geometry">
36653665
<rect>
36663666
<x>0</x>
3667-
<y>-400</y>
3667+
<y>-320</y>
36683668
<width>772</width>
36693669
<height>1211</height>
36703670
</rect>
@@ -4992,7 +4992,7 @@ font-style: italic;</string>
49924992
</widget>
49934993
</item>
49944994
<item>
4995-
<widget class="QGroupBox" name="mGeometryGeneratorGroupBox">
4995+
<widget class="QgsCollapsibleGroupBox" name="mGeometryGeneratorGroupBox">
49964996
<property name="toolTip">
49974997
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Generates or transforms the geometry to be used for labeling&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;p&gt;The expression will be applied to each feature while rendering and the label will be placed based on the expression result.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
49984998
</property>
@@ -5012,16 +5012,6 @@ font-style: italic;</string>
50125012
<item row="1" column="0" rowspan="2">
50135013
<widget class="QgsCodeEditorExpression" name="mGeometryGenerator" native="true"/>
50145014
</item>
5015-
<item row="3" column="0" colspan="2">
5016-
<widget class="QComboBox" name="mGeometryGeneratorType">
5017-
<property name="sizePolicy">
5018-
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
5019-
<horstretch>0</horstretch>
5020-
<verstretch>0</verstretch>
5021-
</sizepolicy>
5022-
</property>
5023-
</widget>
5024-
</item>
50255015
<item row="2" column="1">
50265016
<spacer name="verticalSpacer_9">
50275017
<property name="orientation">
@@ -5052,6 +5042,16 @@ font-style: italic;</string>
50525042
</property>
50535043
</widget>
50545044
</item>
5045+
<item row="3" column="0">
5046+
<widget class="QComboBox" name="mGeometryGeneratorType">
5047+
<property name="sizePolicy">
5048+
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
5049+
<horstretch>0</horstretch>
5050+
<verstretch>0</verstretch>
5051+
</sizepolicy>
5052+
</property>
5053+
</widget>
5054+
</item>
50555055
</layout>
50565056
</widget>
50575057
</item>

0 commit comments

Comments
 (0)