aboutsummaryrefslogtreecommitdiff
path: root/src/resources/ui/ka-main-window.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/ui/ka-main-window.ui')
-rw-r--r--src/resources/ui/ka-main-window.ui18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/resources/ui/ka-main-window.ui b/src/resources/ui/ka-main-window.ui
index 47d1fbe..8554521 100644
--- a/src/resources/ui/ka-main-window.ui
+++ b/src/resources/ui/ka-main-window.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.20.0 -->
<interface>
- <requires lib="gtk+" version="3.0"/>
+ <requires lib="gtk+" version="3.14"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">100</property>
<property name="step_increment">1</property>
@@ -32,5 +32,19 @@
</child>
</object>
</child>
+ <child type="titlebar">
+ <object class="GtkHeaderBar" id="header">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="show_close_button">True</property>
+ <child>
+ <object class="GtkButton" id="get_ticket_btn">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Get Ticket</property>
+ </object>
+ </child>
+ </object>
+ </child>
</object>
</interface>
bgstack15