[gnome-contacts] Contacts.Titlebar: fix text-button height
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Contacts.Titlebar: fix text-button height
- Date: Tue, 3 Sep 2013 14:35:40 +0000 (UTC)
commit de08c33b6795c8675389d1f5e2734e440c63d2af
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Tue Sep 3 09:33:15 2013 -0400
Contacts.Titlebar: fix text-button height
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=706485
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=706216
src/contacts-window.ui | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-window.ui b/src/contacts-window.ui
index 05d790b..2fc02c1 100644
--- a/src/contacts-window.ui
+++ b/src/contacts-window.ui
@@ -77,6 +77,10 @@
<property name="focus_on_click">False</property>
<property name="label" translatable="yes">Edit</property>
<property name="width_request">70</property>
+ <property name="valign">center</property>
+ <style>
+ <class name="text-button"/>
+ </style>
</object>
<packing>
<property name="pack_type">end</property>
@@ -89,7 +93,9 @@
<property name="focus_on_click">False</property>
<property name="label" translatable="yes">Done</property>
<property name="width_request">70</property>
+ <property name="valign">center</property>
<style>
+ <class name="text-button"/>
<class name="suggested-action"/>
</style>
</object>
@@ -132,4 +138,12 @@
</object>
</child>
</template>
+ <object class="GtkSizeGroup" id="sizegroup1">
+ <property name="mode">vertical</property>
+ <widgets>
+ <widget name="add_button"/>
+ <widget name="edit_button"/>
+ <widget name="done_button"/>
+ </widgets>
+ </object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]