diff options
author | Erik Bročko <[email protected]> | 2018-05-16 15:03:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-21 11:58:25 +0200 |
commit | 31880fa4ee2c7513d15204aec3c997a9084c9a0c (patch) | |
tree | 1493338242452674c91b7ddaff8914202bdef50e /capplets/appearance/data | |
parent | af2107768071aac20a7fcd347d5f6201758163be (diff) | |
download | mate-control-center-31880fa4ee2c7513d15204aec3c997a9084c9a0c.tar.bz2 mate-control-center-31880fa4ee2c7513d15204aec3c997a9084c9a0c.tar.xz |
appearance: add buttons-have-icons switch
Diffstat (limited to 'capplets/appearance/data')
-rw-r--r-- | capplets/appearance/data/appearance.ui | 98 |
1 files changed, 84 insertions, 14 deletions
diff --git a/capplets/appearance/data/appearance.ui b/capplets/appearance/data/appearance.ui index ba20160f..a8a42a08 100644 --- a/capplets/appearance/data/appearance.ui +++ b/capplets/appearance/data/appearance.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.0 +<!-- Generated with glade 3.22.1 mate-appearance-properties - appearance properties dialog window Copyright (C) MATE Developers @@ -35,6 +35,9 @@ Author: Wolfgang Ulbrich <property name="title" translatable="yes">Font Rendering Details</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="visible">True</property> @@ -828,9 +831,6 @@ Author: Wolfgang Ulbrich <action-widgets> <action-widget response="-7">button3</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> <object class="GtkDialog" id="theme_details"> <property name="can_focus">False</property> @@ -840,6 +840,9 @@ Author: Wolfgang Ulbrich <property name="window_position">center-on-parent</property> <property name="default_height">450</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox4"> <property name="visible">True</property> @@ -1615,9 +1618,6 @@ Author: Wolfgang Ulbrich <action-widget response="-11">theme_help_button</action-widget> <action-widget response="-7">theme_close_button</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> <object class="GtkDialog" id="theme_save_dialog"> <property name="can_focus">False</property> @@ -1625,6 +1625,9 @@ Author: Wolfgang Ulbrich <property name="title" translatable="yes">Save Theme As...</property> <property name="modal">True</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox3"> <property name="visible">True</property> @@ -1789,9 +1792,6 @@ Author: Wolfgang Ulbrich <action-widget response="-6">save_dialog_cancel_button</action-widget> <action-widget response="-5">save_dialog_save_button</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> <object class="GtkListStore" id="toolbar_style_liststore"> <columns> @@ -1864,6 +1864,9 @@ Author: Wolfgang Ulbrich <property name="default_width">790</property> <property name="default_height">560</property> <property name="type_hint">normal</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox2"> <property name="visible">True</property> @@ -2985,6 +2988,76 @@ Author: Wolfgang Ulbrich </packing> </child> <child> + <object class="GtkBox" id="vbox28"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label52"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="halign">start</property> + <property name="label" translatable="yes">Buttons</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkBox" id="hbox14"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkLabel" id="label53"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label"> </property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="button_icons_toggle"> + <property name="label" translatable="yes">Show icons on buttons</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="tooltip_text" translatable="yes">Whether buttons may display an icon in addition to the button text</property> + <property name="halign">start</property> + <property name="use_underline">True</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + <child> <object class="GtkBox" id="vbox25"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -3221,7 +3294,7 @@ Author: Wolfgang Ulbrich <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> </object> @@ -3254,8 +3327,5 @@ Author: Wolfgang Ulbrich <action-widget response="-11">help_button</action-widget> <action-widget response="-7">close_button</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> </interface> |