Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Harmonize Min and Max values load button in mesh properties
  • Loading branch information
DelazJ authored and nyalldawson committed Jul 18, 2021
1 parent a8196f5 commit 6c3a84f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/ui/3d/qgsmesh3dpropswidget.ui
Expand Up @@ -254,8 +254,8 @@
<height>24</height>
</size>
</property>
<property name="text">
<string/>
<property name="toolTip">
<string>Load</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
Expand Down
10 changes: 8 additions & 2 deletions src/ui/mesh/qgsmeshrendererscalarsettingswidgetbase.ui
Expand Up @@ -158,9 +158,13 @@
</item>
<item>
<widget class="QPushButton" name="mScalarRecalculateMinMaxButton">
<property name="text">
<property name="toolTip">
<string>Load</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
<normaloff>:/images/themes/default/mActionRefresh.svg</normaloff>:/images/themes/default/mActionRefresh.svg</iconset>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -246,6 +250,8 @@
<tabstop>mScalarRecalculateMinMaxButton</tabstop>
<tabstop>mScalarInterpolationTypeComboBox</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../../../images/images.qrc"/>
</resources>
<connections/>
</ui>
4 changes: 2 additions & 2 deletions src/ui/mesh/qgsmeshrenderervectorsettingswidgetbase.ui
Expand Up @@ -150,8 +150,8 @@
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="4">
<widget class="QPushButton" name="mColorRampShaderLoadButton">
<property name="text">
<string/>
<property name="toolTip">
<string>Load</string>
</property>
<property name="icon">
<iconset resource="../../../images/images.qrc">
Expand Down

0 comments on commit 6c3a84f

Please sign in to comment.