Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
UX improvements
  • Loading branch information
m-kuhn committed Mar 10, 2019
1 parent 013f45e commit cf93a22
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/ui/qgstextformatwidgetbase.ui
Expand Up @@ -3664,7 +3664,7 @@ font-style: italic;</string>
<property name="geometry">
<rect>
<x>0</x>
<y>-400</y>
<y>-320</y>
<width>772</width>
<height>1211</height>
</rect>
Expand Down Expand Up @@ -4992,7 +4992,7 @@ font-style: italic;</string>
</widget>
</item>
<item>
<widget class="QGroupBox" name="mGeometryGeneratorGroupBox">
<widget class="QgsCollapsibleGroupBox" name="mGeometryGeneratorGroupBox">
<property name="toolTip">
<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>
</property>
Expand All @@ -5012,16 +5012,6 @@ font-style: italic;</string>
<item row="1" column="0" rowspan="2">
<widget class="QgsCodeEditorExpression" name="mGeometryGenerator" native="true"/>
</item>
<item row="3" column="0" colspan="2">
<widget class="QComboBox" name="mGeometryGeneratorType">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="2" column="1">
<spacer name="verticalSpacer_9">
<property name="orientation">
Expand Down Expand Up @@ -5052,6 +5042,16 @@ font-style: italic;</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QComboBox" name="mGeometryGeneratorType">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit cf93a22

Please sign in to comment.