diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-30 17:44:46 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-30 20:26:29 +0800 |
commit | 150f031eb2d56c88a528bfc97650f2190b9822fd (patch) | |
tree | 7411ba0a17f4dfaec9dd3fe8f22b7585cbcc5cf9 /src/empathy-accounts-dialog.ui | |
parent | a1f8c26fcebd859e23dc4ee72b8215153aa728db (diff) | |
download | gsoc2013-empathy-150f031eb2d56c88a528bfc97650f2190b9822fd.tar gsoc2013-empathy-150f031eb2d56c88a528bfc97650f2190b9822fd.tar.gz gsoc2013-empathy-150f031eb2d56c88a528bfc97650f2190b9822fd.tar.bz2 gsoc2013-empathy-150f031eb2d56c88a528bfc97650f2190b9822fd.tar.lz gsoc2013-empathy-150f031eb2d56c88a528bfc97650f2190b9822fd.tar.xz gsoc2013-empathy-150f031eb2d56c88a528bfc97650f2190b9822fd.tar.zst gsoc2013-empathy-150f031eb2d56c88a528bfc97650f2190b9822fd.zip |
Make sure the Add and Import buttons are always the same height.
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 46 |
1 files changed, 27 insertions, 19 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index 56cddcb7a..ecb1939cf 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -43,13 +43,34 @@ </packing> </child> <child> - <object class="GtkButton" id="button_add"> - <property name="label" translatable="yes">_Add...</property> + <object class="GtkVBox" id="vbox1"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="image">add_image</property> - <property name="use_underline">True</property> + <property name="orientation">vertical</property> + <property name="homogeneous">True</property> + <child> + <object class="GtkButton" id="button_add"> + <property name="label" translatable="yes">_Add...</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="image">add_image</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="button_import"> + <property name="label" translatable="yes">_Import...</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -57,19 +78,6 @@ <property name="position">1</property> </packing> </child> - <child> - <object class="GtkButton" id="button_import"> - <property name="label" translatable="yes">_Import...</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="use_underline">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">2</property> - </packing> - </child> </object> <packing> <property name="expand">False</property> |