summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/insertplugin.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-22 21:06:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-23 14:28:04 +0000
commitf0ea8c6ba5d2e33341bad9cb49b58ccf9eee92c2 (patch)
tree84c4082589dc6da66871db0cdb2459df7c5640ff /cui/uiconfig/ui/insertplugin.ui
parente298885c6f6ab762d307877559ca1453acf7ab46 (diff)
various efforts to consistently apply HIG rules
Change-Id: I084a0fbce57c732635e73186ba124fe3b53502d5
Diffstat (limited to 'cui/uiconfig/ui/insertplugin.ui')
-rw-r--r--cui/uiconfig/ui/insertplugin.ui16
1 files changed, 6 insertions, 10 deletions
diff --git a/cui/uiconfig/ui/insertplugin.ui b/cui/uiconfig/ui/insertplugin.ui
index 733cb814f590..194e71db5ec7 100644
--- a/cui/uiconfig/ui/insertplugin.ui
+++ b/cui/uiconfig/ui/insertplugin.ui
@@ -3,18 +3,19 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="InsertPluginDialog">
<property name="can_focus">False</property>
- <property name="border_width">5</property>
+ <property name="border_width">6</property>
<property name="title" translatable="yes">Insert Plug-in</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="spacing">12</property>
<child>
<object class="GtkBox" id="box3">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">10</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkFrame" id="frame1">
<property name="visible">True</property>
@@ -25,11 +26,13 @@
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="column_spacing">12</property>
<child>
<object class="GtkEntry" id="urled">
<property name="visible">True</property>
@@ -49,12 +52,10 @@
<child>
<object class="GtkButton" id="urlbtn">
<property name="label" translatable="yes">Browse...</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="valign">center</property>
- <property name="use_action_appearance">False</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -94,6 +95,7 @@
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
@@ -149,13 +151,11 @@
<child>
<object class="GtkButton" id="ok">
<property name="label">gtk-ok</property>
- <property name="use_action_appearance">False</property>
<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>
- <property name="use_action_appearance">False</property>
<property name="use_stock">True</property>
</object>
<packing>
@@ -167,11 +167,9 @@
<child>
<object class="GtkButton" id="cancel">
<property name="label">gtk-cancel</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>
<property name="use_stock">True</property>
</object>
<packing>
@@ -183,11 +181,9 @@
<child>
<object class="GtkButton" id="help">
<property name="label">gtk-help</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>
<property name="use_stock">True</property>
</object>
<packing>