[Libreoffice-commits] core.git: 2 commits - cui/uiconfig
Caolán McNamara
caolanm at redhat.com
Wed Aug 7 09:36:16 PDT 2013
cui/uiconfig/ui/querydeletelineenddialog.ui | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit e43be13f4b67ac86b38bc980dfd678aede8ca64b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Aug 7 17:34:40 2013 +0100
alerts have 12 border and 24 spacing
Change-Id: I5978acd24f27bb7c626df567fefcc3f384336e91
diff --git a/cui/uiconfig/ui/querydeletelineenddialog.ui b/cui/uiconfig/ui/querydeletelineenddialog.ui
index 9636694..1903db6 100644
--- a/cui/uiconfig/ui/querydeletelineenddialog.ui
+++ b/cui/uiconfig/ui/querydeletelineenddialog.ui
@@ -3,8 +3,9 @@
<!-- interface-requires gtk+ 3.6 -->
<object class="GtkMessageDialog" id="AskDelLineEndDialog">
<property name="can_focus">False</property>
- <property name="border_width">6</property>
+ <property name="border_width">12</property>
<property name="title" translatable="yes">Delete arrowhead ?</property>
+ <property name="resizable">False</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="message_type">question</property>
@@ -15,7 +16,7 @@
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">2</property>
+ <property name="spacing">24</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="messagedialog-action_area">
<property name="can_focus">False</property>
commit c7f86b6214ce9fcde74ceae94e8fbe8be69bea83
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Aug 7 17:31:03 2013 +0100
add a secondary line of text
Change-Id: Ic3878a45ddedd2e3a3815e617dd37edf6b90d1b8
diff --git a/cui/uiconfig/ui/querydeletelineenddialog.ui b/cui/uiconfig/ui/querydeletelineenddialog.ui
index 629e987..9636694 100644
--- a/cui/uiconfig/ui/querydeletelineenddialog.ui
+++ b/cui/uiconfig/ui/querydeletelineenddialog.ui
@@ -9,7 +9,8 @@
<property name="skip_taskbar_hint">True</property>
<property name="message_type">question</property>
<property name="buttons">yes-no</property>
- <property name="text" translatable="yes">Do you want to delete the arrowhead ?</property>
+ <property name="text" translatable="yes">Do you really want to delete the arrowhead ?</property>
+ <property name="secondary_text" translatable="yes">This action cannot be undone.</property>
<child internal-child="vbox">
<object class="GtkBox" id="messagedialog-vbox">
<property name="can_focus">False</property>
More information about the Libreoffice-commits
mailing list