[gnome-boxes] data: Add forgotten .ui file from d135516
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] data: Add forgotten .ui file from d135516
- Date: Fri, 14 Feb 2014 13:50:27 +0000 (UTC)
commit cea93e89282ccbb0398c8703455f1d1811c88287
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Feb 14 13:50:13 2014 +0000
data: Add forgotten .ui file from d135516
data/ui/notification.ui | 38 ++++++++++++++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/notification.ui b/data/ui/notification.ui
new file mode 100644
index 0000000..a1f8cf4
--- /dev/null
+++ b/data/ui/notification.ui
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.9 -->
+ <template class="BoxesNotification" parent="GdNotification">
+ <property name="visible">True</property>
+ <property name="valign">start</property>
+
+ <child>
+ <object class="GtkGrid" id="grid">
+ <property name="visible">True</property>
+ <property name="orientation">horizontal</property>
+ <property name="margin-left">12</property>
+ <property name="margin-right">12</property>
+ <property name="column-spacing">12</property>
+ <property name="valign">center</property>
+
+ <child>
+ <object class="GtkLabel" id="message_label">
+ <property name="visible">True</property>
+ </object>
+ </child>
+
+ <child>
+ <object class="GtkButton" id="ok_button">
+ <property name="halign">end</property>
+
+ <child>
+ <object class="GtkLabel" id="ok_button_label">
+ <property name="use-underline">True</property>
+ </object>
+ </child>
+ </object>
+ </child>
+
+ </object>
+ </child>
+ </template>
+</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]