diff options
author | Perberos <[email protected]> | 2011-11-05 11:22:38 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-05 11:22:38 -0300 |
commit | 43cee15f735cfdf2615306209990a3cecae21724 (patch) | |
tree | 853b18788755640755c5139479c454875d819ce6 /data | |
parent | f60fe9a0e93e5a988f0025c94daf104a4e0d1055 (diff) | |
download | mate-screensaver-43cee15f735cfdf2615306209990a3cecae21724.tar.bz2 mate-screensaver-43cee15f735cfdf2615306209990a3cecae21724.tar.xz |
cambiando la posicion del boton vista previa, para que se vea equilibrado
Diffstat (limited to 'data')
-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> |