summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/aboutconfigvaluedialog.ui
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-12-12 10:32:13 +0100
committerJan Holesovsky <kendy@collabora.com>2013-12-12 10:34:00 +0100
commit7bf2f528ef22f50aa167ba57f2e25d4452977060 (patch)
tree92a69410c322bc0febb263bd7b334d763a5fd278 /cui/uiconfig/ui/aboutconfigvaluedialog.ui
parentb3708761fbecda222af806a9606c63ab4e340c0c (diff)
About config: Make the value box dialog a bit nicer.
Change-Id: I5e25401b76458e712070bc76c86083bbd9ae2daa
Diffstat (limited to 'cui/uiconfig/ui/aboutconfigvaluedialog.ui')
-rw-r--r--cui/uiconfig/ui/aboutconfigvaluedialog.ui10
1 files changed, 6 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/aboutconfigvaluedialog.ui b/cui/uiconfig/ui/aboutconfigvaluedialog.ui
index 8c359d7dc110..8995bd503df0 100644
--- a/cui/uiconfig/ui/aboutconfigvaluedialog.ui
+++ b/cui/uiconfig/ui/aboutconfigvaluedialog.ui
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
+ <!-- interface-requires LibreOffice 1.0 -->
<object class="GtkDialog" id="AboutConfigValueDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
@@ -9,12 +10,12 @@
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
<property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <property name="layout_style">start</property>
+ <property name="layout_style">end</property>
<child>
<object class="GtkButton" id="ok">
<property name="label">gtk-ok</property>
@@ -72,6 +73,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
@@ -79,7 +81,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Value</property>
+ <property name="label" translatable="yes">Value:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -91,7 +93,7 @@
<object class="cuilo-CuiCustomMultilineEdit" id="valuebox">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="vexpand">True</property>
+ <property name="hexpand">True</property>
<property name="wrap_mode">char</property>
</object>
<packing>