summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-06-28 11:37:39 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:49 +0200
commit5172a5081c619f83f6576abd3fd2fadd334e754c (patch)
treed03fc4a45749263a4c985df326608720e35b2c93 /sfx2
parent969807901d9dae91be7fc6ba9aa518f4d25b5034 (diff)
Properties dialog
Change the Location GtkLabel in general tab to multiple lines. However for unknown reason the text become all "*". Change-Id: Ia9553f93303ed5f831f61adda0f060a889e7086a
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/uiconfig/ui/documentinfopage.ui12
1 files changed, 11 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/documentinfopage.ui b/sfx2/uiconfig/ui/documentinfopage.ui
index 7770b7650d0f..401ebc9d75a4 100644
--- a/sfx2/uiconfig/ui/documentinfopage.ui
+++ b/sfx2/uiconfig/ui/documentinfopage.ui
@@ -5,6 +5,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<property name="border_width">6</property>
<property name="row_spacing">6</property>
<property name="column_spacing">18</property>
@@ -210,9 +211,11 @@
<child>
<object class="GtkCheckButton" id="userdatacb">
<property name="label" translatable="yes">_Apply user data</property>
+ <property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
+ <property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
@@ -227,6 +230,7 @@
<child>
<object class="GtkButton" id="reset">
<property name="label" translatable="yes">Reset</property>
+ <property name="use_action_appearance">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
@@ -242,6 +246,7 @@
<child>
<object class="GtkButton" id="signature">
<property name="label" translatable="yes">Di_gital Signature...</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>
@@ -337,9 +342,11 @@
<object class="GtkLabel" id="showlocation">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
+ <property name="justify">left</property>
<property name="selectable">True</property>
<property name="max_width_chars">56</property>
+ <property name="wrap">True</property>
+ <property name="hexpand">True</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -382,6 +389,7 @@
<child>
<object class="GtkButton" id="changepass">
<property name="label" translatable="yes">Change _Password</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>
@@ -466,9 +474,11 @@
<child>
<object class="GtkCheckButton" id="readonlycb">
<property name="label" translatable="yes">_Read-only</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="use_action_appearance">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>