summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-27 12:15:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-10-27 12:15:19 +0000
commit2a1bb751e1e5d7286fb669d255414bb83e7fd49d (patch)
tree9d14bf42693afeb5fc888fa2e59283c7f2658d53 /cui
parent4089083f32a22e7f308b82b9e8dc4a4abaee8b24 (diff)
HIG: different rules for message boxes
Change-Id: I67a5457fa2f39b1d6ab0a635d9bdf78ffa90caea
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/messbox.ui10
1 files changed, 6 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/messbox.ui b/cui/uiconfig/ui/messbox.ui
index 631ea4c147be..864c92223696 100644
--- a/cui/uiconfig/ui/messbox.ui
+++ b/cui/uiconfig/ui/messbox.ui
@@ -3,13 +3,14 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="MessBox">
<property name="can_focus">False</property>
- <property name="border_width">6</property>
+ <property name="border_width">12</property>
+ <property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox6">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">12</property>
+ <property name="spacing">24</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area6">
<property name="can_focus">False</property>
@@ -18,6 +19,8 @@
<object class="GtkButton" id="mess_box_btn1">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
<property name="receives_default">True</property>
</object>
<packing>
@@ -64,8 +67,7 @@
<object class="GtkBox" id="box4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="border_width">6</property>
- <property name="spacing">6</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkImage" id="mess_box_image">
<property name="can_focus">False</property>