diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-23 01:20:53 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-23 01:54:39 +0800 |
commit | fe39c811b7ef600c0262b905683f3a8966311129 (patch) | |
tree | 84dc1ac5d055e20580cad3999cc5e36ea98aa647 /src/empathy-accounts-dialog.ui | |
parent | 1eda75c91abf01bc7fe25d4eb41465a21f042596 (diff) | |
download | gsoc2013-empathy-fe39c811b7ef600c0262b905683f3a8966311129.tar gsoc2013-empathy-fe39c811b7ef600c0262b905683f3a8966311129.tar.gz gsoc2013-empathy-fe39c811b7ef600c0262b905683f3a8966311129.tar.bz2 gsoc2013-empathy-fe39c811b7ef600c0262b905683f3a8966311129.tar.lz gsoc2013-empathy-fe39c811b7ef600c0262b905683f3a8966311129.tar.xz gsoc2013-empathy-fe39c811b7ef600c0262b905683f3a8966311129.tar.zst gsoc2013-empathy-fe39c811b7ef600c0262b905683f3a8966311129.zip |
Clean up the dialog a bit
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index edd8f20a4..cd98415d7 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -6,6 +6,7 @@ <property name="border_width">5</property> <property name="title" translatable="yes">Accounts</property> <property name="role">accounts</property> + <property name="default_width">640</property> <property name="type_hint">dialog</property> <property name="has_separator">False</property> <child internal-child="vbox"> @@ -111,28 +112,12 @@ </packing> </child> <child> - <object class="GtkFrame" id="frame2"> + <object class="GtkAlignment" id="alignment_settings"> <property name="visible">True</property> - <property name="label_xalign">0</property> - <property name="shadow_type">none</property> + <property name="top_padding">6</property> + <property name="left_padding">20</property> <child> - <object class="GtkAlignment" id="alignment_settings"> - <property name="visible">True</property> - <property name="top_padding">6</property> - <property name="left_padding">20</property> - <child> - <placeholder/> - </child> - </object> - </child> - <child type="label"> - <object class="GtkLabel" id="label599"> - <property name="visible">True</property> - <property name="label" translatable="yes">Settings</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> + <placeholder/> </child> </object> <packing> |