summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/newtabledialog.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-15 10:12:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-15 10:14:13 +0000
commit0f47c848ed3183836f4d16629c8172c1c0503d54 (patch)
tree59b40d45804c7db532981c46835b4fa944bbd776 /cui/uiconfig/ui/newtabledialog.ui
parent306ebcbcf58f3c5ec065d94c8a9699db2a7c8d51 (diff)
various efforts to consistently apply HIG rules
Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c
Diffstat (limited to 'cui/uiconfig/ui/newtabledialog.ui')
-rw-r--r--cui/uiconfig/ui/newtabledialog.ui18
1 files changed, 9 insertions, 9 deletions
diff --git a/cui/uiconfig/ui/newtabledialog.ui b/cui/uiconfig/ui/newtabledialog.ui
index e4841d6aea91..cc7c90cf8ade 100644
--- a/cui/uiconfig/ui/newtabledialog.ui
+++ b/cui/uiconfig/ui/newtabledialog.ui
@@ -1,16 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkAdjustment" id="columns_value">
+ <property name="lower">1</property>
+ <property name="upper">75</property>
+ <property name="value">5</property>
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
<object class="GtkDialog" id="NewTableDialog">
<property name="can_focus">False</property>
- <property name="border_width">5</property>
+ <property name="border_width">6</property>
<property name="title" translatable="yes">Insert Table</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>
- <property name="spacing">2</property>
+ <property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="can_focus">False</property>
@@ -166,11 +173,4 @@
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
- <object class="GtkAdjustment" id="columns_value">
- <property name="lower">1</property>
- <property name="upper">75</property>
- <property name="value">5</property>
- <property name="step_increment">1</property>
- <property name="page_increment">10</property>
- </object>
</interface>