Skip to content

Commit

Permalink
[ui] Fix undersized labelling engine settings button on hidpi screens
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 21, 2019
1 parent a4645f6 commit abf418d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
10 changes: 1 addition & 9 deletions images/themes/default/mIconAutoPlacementSettings.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions src/ui/qgslabelingwidget.ui
Expand Up @@ -66,7 +66,7 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="mEngineSettingsButton">
<widget class="QToolButton" name="mEngineSettingsButton">
<property name="enabled">
<bool>true</bool>
</property>
Expand All @@ -77,12 +77,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 abf418d

Please sign in to comment.