Skip to content

Commit

Permalink
[diagrams] Harmonize the diagram type combobox looks
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 26, 2019
1 parent 5efd20d commit a458118
Showing 1 changed file with 8 additions and 36 deletions.
44 changes: 8 additions & 36 deletions src/ui/qgsdiagrampropertiesbase.ui
Expand Up @@ -39,39 +39,17 @@
<number>0</number>
</property>
<item>
<widget class="QComboBox" name="mDiagramTypeComboBox"/>
</item>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<widget class="QComboBox" name="mDiagramTypeComboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>12</width>
<height>20</height>
</size>
</property>
</spacer>
</widget>
</item>
<item>
<widget class="QPushButton" name="mEngineSettingsButton">
<widget class="QToolButton" name="mEngineSettingsButton">
<property name="enabled">
<bool>true</bool>
</property>
Expand All @@ -82,12 +60,6 @@
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mIconAutoPlacementSettings.svg</normaloff>:/images/themes/default/mIconAutoPlacementSettings.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>16</height>
</size>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit a458118

Please sign in to comment.