[Marble-commits] KDE/kdeedu/marble/src/plugins/render
Torsten Rahn
tackat at kde.org
Thu Jan 6 19:34:14 CET 2011
SVN commit 1212374 by rahn:
Some UI tweaking (button sizes, accelerators, font size).
M +40 -19 graticule/GraticuleConfigWidget.ui
M +10 -4 positionmarker/PositionMarkerConfigWidget.ui
--- trunk/KDE/kdeedu/marble/src/plugins/render/graticule/GraticuleConfigWidget.ui #1212373:1212374
@@ -17,7 +17,7 @@
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
- <string>Colors</string>
+ <string>C&olors</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
@@ -437,18 +437,22 @@
</disabled>
</palette>
</property>
- <property name="font">
- <font>
- <pointsize>12</pointsize>
- </font>
- </property>
<property name="text">
- <string>Grid</string>
+ <string>&Grid:</string>
</property>
+ <property name="buddy">
+ <cstring>gridPushButton</cstring>
+ </property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="gridPushButton">
+ <property name="minimumSize">
+ <size>
+ <width>30</width>
+ <height>25</height>
+ </size>
+ </property>
<property name="palette">
<palette>
<active>
@@ -486,6 +490,9 @@
</disabled>
</palette>
</property>
+ <property name="toolTip">
+ <string>Color of the coordinate grid.</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -908,18 +915,25 @@
</disabled>
</palette>
</property>
- <property name="font">
- <font>
- <pointsize>12</pointsize>
- </font>
- </property>
<property name="text">
- <string>Tropics</string>
+ <string>&Tropics:</string>
</property>
+ <property name="buddy">
+ <cstring>tropicsPushButton</cstring>
+ </property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="tropicsPushButton">
+ <property name="minimumSize">
+ <size>
+ <width>30</width>
+ <height>25</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Color of the tropical circles.</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -1342,18 +1356,25 @@
</disabled>
</palette>
</property>
- <property name="font">
- <font>
- <pointsize>12</pointsize>
- </font>
- </property>
<property name="text">
- <string>Equator</string>
+ <string>&Equator:</string>
</property>
+ <property name="buddy">
+ <cstring>equatorPushButton</cstring>
+ </property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="equatorPushButton">
+ <property name="minimumSize">
+ <size>
+ <width>30</width>
+ <height>25</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Color of the equator.</string>
+ </property>
<property name="text">
<string/>
</property>
--- trunk/KDE/kdeedu/marble/src/plugins/render/positionmarker/PositionMarkerConfigWidget.ui #1212373:1212374
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>410</width>
+ <width>413</width>
<height>297</height>
</rect>
</property>
@@ -150,14 +150,17 @@
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
- <string>Colors</string>
+ <string>C&olors</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="m_accuracyLabel">
<property name="text">
- <string>Accuracy:</string>
+ <string>&Accuracy:</string>
</property>
+ <property name="buddy">
+ <cstring>m_acColorChooserButton</cstring>
+ </property>
</widget>
</item>
<item row="0" column="1">
@@ -171,9 +174,12 @@
<property name="minimumSize">
<size>
<width>30</width>
- <height>30</height>
+ <height>25</height>
</size>
</property>
+ <property name="toolTip">
+ <string>Color of the position marker's accuray indicator.</string>
+ </property>
<property name="text">
<string/>
</property>
More information about the Marble-commits
mailing list