Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some UI improvements in the options dialog
  • Loading branch information
m-kuhn committed Jul 22, 2015
1 parent dc79258 commit d252936
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/images.qrc
Expand Up @@ -403,7 +403,7 @@
<file>themes/default/propertyicons/diagram.png</file>
<file>themes/default/propertyicons/digitising.png</file>
<file>themes/default/propertyicons/display.svg</file>
<file>themes/default/propertyicons/gdal.png</file>
<file>themes/default/propertyicons/gdal.svg</file>
<file>themes/default/propertyicons/general.svg</file>
<file>themes/default/propertyicons/histogram.png</file>
<file>themes/default/propertyicons/join.png</file>
Expand Down
Binary file removed images/themes/default/propertyicons/gdal.png
Binary file not shown.
141 changes: 141 additions & 0 deletions images/themes/default/propertyicons/gdal.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -209,7 +209,7 @@
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/propertyicons/gdal.png</normaloff>:/images/themes/default/propertyicons/gdal.png</iconset>
<normaloff>:/images/themes/default/propertyicons/gdal.svg</normaloff>:/images/themes/default/propertyicons/gdal.svg</iconset>
</property>
</item>
<item>
Expand Down Expand Up @@ -3022,6 +3022,9 @@
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_13">
<property name="toolTip">
<string>If unchecked large numbers will be converted from m. to km. and from ft. to miles</string>
</property>
<property name="text">
<string>Keep base unit</string>
</property>
Expand Down

0 comments on commit d252936

Please sign in to comment.