Skip to content

Commit d252936

Browse files
committed
Some UI improvements in the options dialog
1 parent dc79258 commit d252936

File tree

4 files changed

+146
-2
lines changed

4 files changed

+146
-2
lines changed

images/images.qrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
<file>themes/default/propertyicons/diagram.png</file>
404404
<file>themes/default/propertyicons/digitising.png</file>
405405
<file>themes/default/propertyicons/display.svg</file>
406-
<file>themes/default/propertyicons/gdal.png</file>
406+
<file>themes/default/propertyicons/gdal.svg</file>
407407
<file>themes/default/propertyicons/general.svg</file>
408408
<file>themes/default/propertyicons/histogram.png</file>
409409
<file>themes/default/propertyicons/join.png</file>
-1.99 KB
Binary file not shown.
Lines changed: 141 additions & 0 deletions
Loading

src/ui/qgsoptionsbase.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
</property>
210210
<property name="icon">
211211
<iconset resource="../../images/images.qrc">
212-
<normaloff>:/images/themes/default/propertyicons/gdal.png</normaloff>:/images/themes/default/propertyicons/gdal.png</iconset>
212+
<normaloff>:/images/themes/default/propertyicons/gdal.svg</normaloff>:/images/themes/default/propertyicons/gdal.svg</iconset>
213213
</property>
214214
</item>
215215
<item>
@@ -3022,6 +3022,9 @@
30223022
</item>
30233023
<item row="4" column="0">
30243024
<widget class="QLabel" name="label_13">
3025+
<property name="toolTip">
3026+
<string>If unchecked large numbers will be converted from m. to km. and from ft. to miles</string>
3027+
</property>
30253028
<property name="text">
30263029
<string>Keep base unit</string>
30273030
</property>

0 commit comments

Comments
 (0)