diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-03-26 03:28:37 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-03-26 03:58:31 +0800 |
commit | b44765efd012745ecbc9407a8649f0441b7b5fbf (patch) | |
tree | 4d31ad08347e156fe6046efd030a41561badadeb /addressbook/gui | |
parent | 078ed06d74f556c348c91e20b99cd6da515df673 (diff) | |
download | gsoc2013-evolution-b44765efd012745ecbc9407a8649f0441b7b5fbf.tar gsoc2013-evolution-b44765efd012745ecbc9407a8649f0441b7b5fbf.tar.gz gsoc2013-evolution-b44765efd012745ecbc9407a8649f0441b7b5fbf.tar.bz2 gsoc2013-evolution-b44765efd012745ecbc9407a8649f0441b7b5fbf.tar.lz gsoc2013-evolution-b44765efd012745ecbc9407a8649f0441b7b5fbf.tar.xz gsoc2013-evolution-b44765efd012745ecbc9407a8649f0441b7b5fbf.tar.zst gsoc2013-evolution-b44765efd012745ecbc9407a8649f0441b7b5fbf.zip |
Add expander button to E-mail pieces.
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/contact-editor.ui | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index a574ef89a7..94a919c381 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -501,6 +501,72 @@ </child> </object> <packing> + <object class="GtkHBox" id="hbox561"> + <property name="visible">True</property> + <property name="homogeneous">False</property> + <property name="spacing">4</property> + <child> + <object class="GtkLabel" id="label400"> + <property name="visible">True</property> + <property name="label" translatable="yes">Email</property> + <property name="use_underline">False</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">False</property> + <property name="selectable">False</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> + <property name="width_chars">-1</property> + <property name="single_line_mode">False</property> + <property name="angle">0</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + <child> + <object class="GtkButton" id="button-mail-expand"> + <property name="width_request">20</property> + <property name="height_request">20</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="relief">GTK_RELIEF_NONE</property> + <property name="focus_on_click">True</property> + <child> + <object class="GtkArrow" id="arrow-mail-expand"> + <property name="visible">True</property> + <property name="arrow_type">GTK_ARROW_RIGHT</property> + <property name="shadow_type">GTK_SHADOW_NONE</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </object> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="a11y-button-mail-expand1"> + <property name="AtkObject::accessible_name" translatable="yes">Telephone</property> + </object> + </child> + </object> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="padding">0</property> <property name="expand">False</property> <property name="fill">False</property> <property name="position">0</property> |