|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- Generated with glade 3.22.1 |
| 3 | +
|
| 4 | +mate-panel - panel-properties-dialog |
| 5 | +Copyright (C) Mate Developer |
| 6 | +
|
| 7 | +This program is free software; you can redistribute it and/or |
| 8 | +modify it under the terms of the GNU General Public License |
| 9 | +as published by the Free Software Foundation; either version 2 |
| 10 | +of the License, or (at your option) any later version. |
| 11 | +
|
| 12 | +This program is distributed in the hope that it will be useful, |
| 13 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | +GNU General Public License for more details. |
| 16 | +
|
| 17 | +You should have received a copy of the GNU General Public License |
| 18 | +along with this program; if not, write to the Free Software |
| 19 | +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 20 | +
|
| 21 | +Author: Wolfgang Ulbrich |
| 22 | +
|
| 23 | +--> |
| 24 | +<interface> |
| 25 | + <requires lib="gtk+" version="3.14"/> |
| 26 | + <!-- interface-license-type gplv2 --> |
| 27 | + <!-- interface-name mate-panel --> |
| 28 | + <!-- interface-description panel-properties-dialog --> |
| 29 | + <!-- interface-copyright Mate Developer --> |
| 30 | + <!-- interface-authors Wolfgang Ulbrich --> |
| 31 | + <object class="GtkAdjustment" id="adjustment1"> |
| 32 | + <property name="lower">7</property> |
| 33 | + <property name="upper">100</property> |
| 34 | + <property name="value">26</property> |
| 35 | + <property name="step_increment">1</property> |
| 36 | + <property name="page_increment">1</property> |
| 37 | + </object> |
| 38 | + <object class="GtkDialog" id="notification_area_preferences_dialog"> |
| 39 | + <property name="can_focus">False</property> |
| 40 | + <property name="border_width">5</property> |
| 41 | + <property name="title" translatable="yes">Notification Area Preferences</property> |
| 42 | + <property name="resizable">False</property> |
| 43 | + <property name="window_position">center</property> |
| 44 | + <property name="type_hint">dialog</property> |
| 45 | + <child> |
| 46 | + <placeholder/> |
| 47 | + </child> |
| 48 | + <child internal-child="vbox"> |
| 49 | + <object class="GtkBox" id="dialog-vbox"> |
| 50 | + <property name="visible">True</property> |
| 51 | + <property name="can_focus">False</property> |
| 52 | + <property name="orientation">vertical</property> |
| 53 | + <property name="spacing">2</property> |
| 54 | + <child internal-child="action_area"> |
| 55 | + <object class="GtkButtonBox" id="dialog-action_area"> |
| 56 | + <property name="visible">True</property> |
| 57 | + <property name="can_focus">False</property> |
| 58 | + <child> |
| 59 | + <object class="GtkButton" id="closebutton"> |
| 60 | + <property name="label">gtk-close</property> |
| 61 | + <property name="visible">True</property> |
| 62 | + <property name="can_focus">True</property> |
| 63 | + <property name="has_focus">True</property> |
| 64 | + <property name="can_default">True</property> |
| 65 | + <property name="receives_default">False</property> |
| 66 | + <property name="use_stock">True</property> |
| 67 | + </object> |
| 68 | + <packing> |
| 69 | + <property name="expand">False</property> |
| 70 | + <property name="fill">False</property> |
| 71 | + <property name="position">1</property> |
| 72 | + </packing> |
| 73 | + </child> |
| 74 | + </object> |
| 75 | + <packing> |
| 76 | + <property name="expand">False</property> |
| 77 | + <property name="fill">False</property> |
| 78 | + <property name="pack_type">end</property> |
| 79 | + <property name="position">0</property> |
| 80 | + </packing> |
| 81 | + </child> |
| 82 | + <child> |
| 83 | + <object class="GtkNotebook" id="notebook"> |
| 84 | + <property name="visible">True</property> |
| 85 | + <property name="can_focus">True</property> |
| 86 | + <property name="border_width">5</property> |
| 87 | + <property name="show_tabs">False</property> |
| 88 | + <property name="show_border">False</property> |
| 89 | + <child> |
| 90 | + <object class="GtkGrid" id="general_grid"> |
| 91 | + <property name="visible">True</property> |
| 92 | + <property name="can_focus">False</property> |
| 93 | + <property name="margin_left">6</property> |
| 94 | + <property name="margin_right">6</property> |
| 95 | + <property name="margin_top">6</property> |
| 96 | + <property name="margin_bottom">6</property> |
| 97 | + <property name="row_spacing">6</property> |
| 98 | + <property name="column_spacing">12</property> |
| 99 | + <child> |
| 100 | + <object class="GtkLabel" id="min_icon_size_label"> |
| 101 | + <property name="visible">True</property> |
| 102 | + <property name="can_focus">False</property> |
| 103 | + <property name="halign">start</property> |
| 104 | + <property name="label" translatable="yes">_Minimum Icon Size:</property> |
| 105 | + <property name="use_underline">True</property> |
| 106 | + <property name="mnemonic_widget">min_icon_size_spin</property> |
| 107 | + </object> |
| 108 | + <packing> |
| 109 | + <property name="left_attach">0</property> |
| 110 | + <property name="top_attach">0</property> |
| 111 | + </packing> |
| 112 | + </child> |
| 113 | + <child> |
| 114 | + <object class="GtkSpinButton" id="min_icon_size_spin"> |
| 115 | + <property name="visible">True</property> |
| 116 | + <property name="can_focus">True</property> |
| 117 | + <property name="hexpand">True</property> |
| 118 | + <property name="text" translatable="yes">26</property> |
| 119 | + <property name="adjustment">adjustment1</property> |
| 120 | + <property name="climb_rate">1</property> |
| 121 | + <property name="numeric">True</property> |
| 122 | + <property name="value">26</property> |
| 123 | + </object> |
| 124 | + <packing> |
| 125 | + <property name="left_attach">1</property> |
| 126 | + <property name="top_attach">0</property> |
| 127 | + </packing> |
| 128 | + </child> |
| 129 | + <child> |
| 130 | + <object class="GtkLabel" id="min_icon_size_label_pixels"> |
| 131 | + <property name="visible">True</property> |
| 132 | + <property name="can_focus">False</property> |
| 133 | + <property name="label" translatable="yes">pixels</property> |
| 134 | + </object> |
| 135 | + <packing> |
| 136 | + <property name="left_attach">2</property> |
| 137 | + <property name="top_attach">0</property> |
| 138 | + </packing> |
| 139 | + </child> |
| 140 | + </object> |
| 141 | + </child> |
| 142 | + <child type="tab"> |
| 143 | + <placeholder/> |
| 144 | + </child> |
| 145 | + <child> |
| 146 | + <placeholder/> |
| 147 | + </child> |
| 148 | + <child type="tab"> |
| 149 | + <placeholder/> |
| 150 | + </child> |
| 151 | + </object> |
| 152 | + <packing> |
| 153 | + <property name="expand">False</property> |
| 154 | + <property name="fill">True</property> |
| 155 | + <property name="position">1</property> |
| 156 | + </packing> |
| 157 | + </child> |
| 158 | + </object> |
| 159 | + </child> |
| 160 | + <action-widgets> |
| 161 | + <action-widget response="-7">closebutton</action-widget> |
| 162 | + </action-widgets> |
| 163 | + </object> |
| 164 | +</interface> |
0 commit comments