diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-20 20:21:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-20 20:23:06 +0000 |
commit | 76bc43823a53d76e49260a601e893bc1a791fb03 (patch) | |
tree | 4ab6406cca04b7f0d45d619e158eac3dafc66da1 /tubes | |
parent | 68e4b28cb43287af3ef03da02de2f7347cbcfab3 (diff) |
various efforts to consistently apply HIG rules
Change-Id: Ic55935d449cf69eb69da1be5bdb44d93f56f7d88
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/uiconfig/ui/contacts.ui | 62 |
1 files changed, 35 insertions, 27 deletions
diff --git a/tubes/uiconfig/ui/contacts.ui b/tubes/uiconfig/ui/contacts.ui index 5500c0dd3959..25fc40005230 100644 --- a/tubes/uiconfig/ui/contacts.ui +++ b/tubes/uiconfig/ui/contacts.ui @@ -3,24 +3,13 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="ContactsDialog"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <child> - <object class="GtkLabel" id="label1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes">Select a contact to collaborate with</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">0</property> - </packing> - </child> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> @@ -28,11 +17,9 @@ <child> <object class="GtkButton" id="listen"> <property name="label" translatable="yes">Listen</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> </object> <packing> <property name="expand">False</property> @@ -43,11 +30,9 @@ <child> <object class="GtkButton" id="invite"> <property name="label" translatable="yes">Invite</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> </object> <packing> <property name="expand">False</property> @@ -58,11 +43,9 @@ <child> <object class="GtkButton" id="demo"> <property name="label" translatable="yes">StartDemoSession</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> </object> <packing> <property name="expand">False</property> @@ -73,11 +56,9 @@ <child> <object class="GtkButton" id="buddy"> <property name="label" translatable="yes">StartBuddySession</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> </object> <packing> <property name="expand">False</property> @@ -88,11 +69,9 @@ <child> <object class="GtkButton" id="group"> <property name="label" translatable="yes">StartGroupSession</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="use_action_appearance">False</property> </object> <packing> <property name="expand">False</property> @@ -109,11 +88,40 @@ </packing> </child> <child> - <object class="GtkTreeView" id="contacts"> + <object class="GtkGrid" id="grid1"> <property name="visible">True</property> - <property name="can_focus">True</property> - <child internal-child="selection"> - <object class="GtkTreeSelection" id="treeview-selection1"/> + <property name="can_focus">False</property> + <property name="vexpand">True</property> + <property name="row_spacing">6</property> + <child> + <object class="GtkTreeView" id="contacts"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection" id="treeview-selection"/> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Select a contact to collaborate with</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> </child> </object> <packing> |