diff options
-rw-r--r-- | data/mate-screensaver-preferences.ui | 46 |
1 files changed, 15 insertions, 31 deletions
diff --git a/data/mate-screensaver-preferences.ui b/data/mate-screensaver-preferences.ui index cfa6ccd..b0196c4 100644 --- a/data/mate-screensaver-preferences.ui +++ b/data/mate-screensaver-preferences.ui @@ -70,6 +70,18 @@ </object> </child> <child> + <object class="GtkButton" id="preview_button"> + <property name="visible">True</property> + <property name="can_default">True</property> + <property name="can_focus">True</property> + <property name="relief">GTK_RELIEF_NORMAL</property> + <property name="focus_on_click">True</property> + <property name="image">preview_image</property> + <property name="label" translatable="yes">_Preview</property> + <property name="use_underline">True</property> + </object> + </child> + <child> <object class="GtkButton" id="button1"> <property name="visible">True</property> <property name="can_default">True</property> @@ -138,7 +150,7 @@ <child> <object class="GtkTable" id="table1"> <property name="visible">True</property> - <property name="n_rows">2</property> + <property name="n_rows">1</property> <property name="n_columns">2</property> <property name="homogeneous">False</property> <property name="row_spacing">6</property> @@ -177,40 +189,12 @@ </packing> </child> <child> - <object class="GtkDrawingArea" id="preview_area"> - </object> + <object class="GtkDrawingArea" id="preview_area"></object> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">0</property> - <property name="bottom_attach">2</property> - </packing> - </child> - <child> - <object class="GtkHButtonBox" id="hbuttonbox1"> - <property name="visible">True</property> - <property name="layout_style">GTK_BUTTONBOX_START</property> - <property name="spacing">0</property> - <child> - <object class="GtkButton" id="preview_button"> - <property name="visible">True</property> - <property name="can_default">True</property> - <property name="can_focus">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="focus_on_click">True</property> - <property name="image">preview_image</property> - <property name="label" translatable="yes">_Preview</property> - <property name="use_underline">True</property> - </object> - </child> - </object> - <packing> - <property name="left_attach">0</property> - <property name="right_attach">1</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="x_options">fill</property> - <property name="y_options">fill</property> + <property name="bottom_attach">1</property> </packing> </child> </object> |