diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2014-08-31 10:43:40 -0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-31 11:38:38 -0500 |
commit | 254c0927e669b5c488df63d07bc9eed3357e88f6 (patch) | |
tree | 973b87c32f73dd2744868d1aa7633352d7c1debf /svx | |
parent | a6f78bf8fd5dc768cc8c37ca717d7bad8fe2dc81 (diff) |
More mushrooms...
More help buttons missing in dialogs.
Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377
Reviewed-on: https://gerrit.libreoffice.org/11217
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/compressgraphicdialog.ui | 53 |
1 files changed, 33 insertions, 20 deletions
diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui index 0b143817407c..bcc9fde2c01e 100644 --- a/svx/uiconfig/ui/compressgraphicdialog.ui +++ b/svx/uiconfig/ui/compressgraphicdialog.ui @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.16.1 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkAdjustment" id="compression-adjustment"> <property name="lower">1</property> <property name="upper">9</property> @@ -35,6 +36,20 @@ </row> </data> </object> + <object class="GtkAdjustment" id="quality-adjustment"> + <property name="lower">1</property> + <property name="upper">99</property> + <property name="value">90</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> + <object class="GtkAdjustment" id="width-adjustment"> + <property name="lower">1</property> + <property name="upper">20000</property> + <property name="value">1</property> + <property name="step_increment">100</property> + <property name="page_increment">100</property> + </object> <object class="GtkDialog" id="CompressGraphicDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -78,6 +93,20 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkButton" id="help"> + <property name="label">gtk-help</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -247,9 +276,6 @@ </packing> </child> <child> - <placeholder/> - </child> - <child> <object class="GtkLabel" id="label15"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -280,6 +306,9 @@ <property name="height">1</property> </packing> </child> + <child> + <placeholder/> + </child> </object> </child> </object> @@ -444,7 +473,6 @@ <object class="GtkComboBoxText" id="combo-resolution"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="column_span_column">0</property> <property name="has_entry">True</property> <items> <item>50</item> @@ -527,7 +555,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">•</property> - <property name="invisible_char_set">True</property> <property name="adjustment">compression-adjustment</property> <property name="numeric">True</property> </object> @@ -642,18 +669,4 @@ <action-widget response="0">cancel</action-widget> </action-widgets> </object> - <object class="GtkAdjustment" id="quality-adjustment"> - <property name="lower">1</property> - <property name="upper">99</property> - <property name="value">90</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> - </object> - <object class="GtkAdjustment" id="width-adjustment"> - <property name="lower">1</property> - <property name="upper">20000</property> - <property name="value">1</property> - <property name="step_increment">100</property> - <property name="page_increment">100</property> - </object> </interface> |