diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-06-12 04:49:49 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-06-12 04:58:56 -0500 |
commit | 543389a813879d16bde12d3edcaa802c994ec1be (patch) | |
tree | 740cbf5905d1f933b6cfb0c08b79d52492cdc3f2 | |
parent | d1f671e053864d0bf54d04a855761b43a7f5a9c4 (diff) |
graphicexport.ui: Remove incredibly unhelpful “help” messages
“1 is less quality, 100 is more quality.” You don’t say?!
These are things that any person can deduce by themselves
by looking at the sliding bar.
Let’s not assume users are idiots who need to be told
obvious things, and in *two* mostly identical sentences.
Change-Id: Id1de16b078712009a1fce4d21f7509f873d35bc0
-rw-r--r-- | svtools/uiconfig/ui/graphicexport.ui | 64 |
1 files changed, 5 insertions, 59 deletions
diff --git a/svtools/uiconfig/ui/graphicexport.ui b/svtools/uiconfig/ui/graphicexport.ui index 3110d089cd6f..4a5a50e09b05 100644 --- a/svtools/uiconfig/ui/graphicexport.ui +++ b/svtools/uiconfig/ui/graphicexport.ui @@ -151,15 +151,15 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">6</property> - <property name="column_spacing">12</property> + <property name="column_spacing">6</property> <child> <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes">Width:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">widthmf-nospin</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -170,10 +170,10 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes">Height:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">heightmf-nospin</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -184,10 +184,10 @@ <object class="GtkLabel" id="resolutionft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes">Resolution:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">resolutionmf-nospin</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -332,35 +332,8 @@ <object class="GtkGrid" id="grid2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> - <object class="GtkLabel" id="label10"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">1 is minimum quality and smallest file size.</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - <property name="width">2</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="label11"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">100 is maximum quality and biggest file size.</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> - <property name="width">2</property> - </packing> - </child> - <child> <object class="GtkSpinButton" id="compressionjpgnf-nospin"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -422,7 +395,6 @@ <object class="GtkGrid" id="grid9"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="row_spacing">6</property> <property name="column_spacing">6</property> <child> <object class="GtkSpinButton" id="compressionpngnf-nospin"> @@ -450,32 +422,6 @@ <property name="top_attach">0</property> </packing> </child> - <child> - <object class="GtkLabel" id="label22"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">0 is biggest file size and fastest loading.</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - <property name="width">2</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="label23"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">9 is smallest file size and slowest loading.</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> - <property name="width">2</property> - </packing> - </child> </object> </child> </object> @@ -978,10 +924,10 @@ <object class="GtkLabel" id="estsizeft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="xpad">3</property> <property name="wrap">True</property> <property name="max_width_chars">30</property> + <property name="xalign">0</property> </object> </child> </object> |