Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak dialogs
  • Loading branch information
nyalldawson committed Feb 14, 2017
1 parent 3215173 commit 28d9c44
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
8 changes: 7 additions & 1 deletion src/ui/qgspropertyassistantwidgetbase.ui
Expand Up @@ -115,9 +115,15 @@
</item>
<item row="1" column="2" rowspan="2">
<widget class="QPushButton" name="computeValuesButton">
<property name="minimumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>20</width>
<width>24</width>
<height>16777215</height>
</size>
</property>
Expand Down
38 changes: 19 additions & 19 deletions src/ui/qgspropertycolorassistantwidget.ui
Expand Up @@ -6,19 +6,32 @@
<rect>
<x>0</x>
<y>0</y>
<width>267</width>
<height>163</height>
<width>285</width>
<height>115</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0">
<item row="3" column="0">
<item row="5" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Color when NULL</string>
</property>
</widget>
</item>
<item row="3" column="1">
<item row="4" column="1">
<widget class="QgsColorButton" name="mNullColorButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
Expand All @@ -43,20 +56,7 @@
</property>
</widget>
</item>
<item row="4" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0" colspan="2">
<item row="2" column="1">
<widget class="QgsColorRampButton" name="mColorRampButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
Expand All @@ -78,7 +78,7 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Color ramp</string>
Expand Down

0 comments on commit 28d9c44

Please sign in to comment.