summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/querydeletechartcolordialog.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-13 14:01:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-13 14:30:31 +0100
commitd2118b08463e60b96244165f4671a7249e06efff (patch)
tree5a29923d5ed83d5f6cb6c0669d40a3bc5f247d3e /cui/uiconfig/ui/querydeletechartcolordialog.ui
parent04f6d24a0a072dc8f1298b34bd2c473b5f0f961e (diff)
convert chart color QueryBox to .ui
Change-Id: Idc514afb9b4e5e2404500d3ad81a4e4203600218
Diffstat (limited to 'cui/uiconfig/ui/querydeletechartcolordialog.ui')
-rw-r--r--cui/uiconfig/ui/querydeletechartcolordialog.ui35
1 files changed, 35 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/querydeletechartcolordialog.ui b/cui/uiconfig/ui/querydeletechartcolordialog.ui
new file mode 100644
index 000000000000..1492ad003124
--- /dev/null
+++ b/cui/uiconfig/ui/querydeletechartcolordialog.ui
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkMessageDialog" id="QueryDeleteChartColorDialog">
+ <property name="can_focus">False</property>
+ <property name="border_width">12</property>
+ <property name="title" translatable="yes">Show changes?</property>
+ <property name="resizable">False</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">Do you really want to delete the chart color?</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>
+ <property name="orientation">vertical</property>
+ <property name="spacing">24</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>