summaryrefslogtreecommitdiffstats
path: root/cui/uiconfig
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-08-06 22:44:34 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-08-07 16:38:08 +0000
commit38e24914ef87dc3247f736eb67bb17463388707b (patch)
tree4f026d996c6ce7853b9e0b3b7466c906423f48e7 /cui/uiconfig
parentalerts have 12 border and 24 spacing (diff)
downloadcore-38e24914ef87dc3247f736eb67bb17463388707b.tar.gz
core-38e24914ef87dc3247f736eb67bb17463388707b.zip
Convert line end change warning to widget UI
Change-Id: I1aca130736d2c45a251a3551976e549f107cad0e Reviewed-on: https://gerrit.libreoffice.org/5298 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r--cui/uiconfig/ui/querychangelineenddialog.ui34
1 files changed, 34 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/querychangelineenddialog.ui b/cui/uiconfig/ui/querychangelineenddialog.ui
new file mode 100644
index 000000000000..ead782831ce1
--- /dev/null
+++ b/cui/uiconfig/ui/querychangelineenddialog.ui
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.6 -->
+ <object class="GtkMessageDialog" id="AskChangeLineEndDialog">
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="title" translatable="yes">Save arrowhead ?</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <property name="message_type">warning</property>
+ <property name="buttons">yes-no</property>
+ <property name="text" translatable="yes">The arrowhead was modified without saving.</property>
+ <property name="secondary_text" translatable="yes">Would you like to save the arrowhead now?</property>
+ <child internal-child="vbox">
+ <object class="GtkBox" id="messagedialog-vbox">
+ <property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox" id="messagedialog-action_area">
+ <property name="can_focus">False</property>
+ <property name="layout_style">end</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>