diff options
author | fiaxh <git@mx.ax.lt> | 2017-03-20 22:12:20 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-03-20 22:28:32 +0100 |
commit | 6f3225979cb497db99381556adb7e42119b44ec3 (patch) | |
tree | 1f7352d12eaf1aec7a38d388d3b1917bcd06e479 /main/data/unified_window_placeholder.ui | |
parent | db57a973534f099af2b150f1a1307d1948553d9f (diff) | |
download | dino-6f3225979cb497db99381556adb7e42119b44ec3.tar.gz dino-6f3225979cb497db99381556adb7e42119b44ec3.zip |
Select conversation on startup, placeholder for "No conversation selected", start services before UI
Diffstat (limited to 'main/data/unified_window_placeholder.ui')
-rw-r--r-- | main/data/unified_window_placeholder.ui | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/main/data/unified_window_placeholder.ui b/main/data/unified_window_placeholder.ui index b22d6a11..70307e6e 100644 --- a/main/data/unified_window_placeholder.ui +++ b/main/data/unified_window_placeholder.ui @@ -4,7 +4,7 @@ <property name="valign">center</property> <property name="visible">True</property> <child> - <object class="GtkBox"> + <object class="GtkBox" id="box"> <property name="orientation">vertical</property> <property name="spacing">10</property> <property name="valign">center</property> @@ -23,8 +23,7 @@ </object> </child> <child> - <object class="GtkLabel"> - <property name="label">No accounts active</property> + <object class="GtkLabel" id="label"> <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="visible">True</property> @@ -34,8 +33,7 @@ </object> </child> <child> - <object class="GtkButton" id="no_accounts_add"> - <property name="label">Manage accounts</property> + <object class="GtkButton" id="primary_button"> <property name="halign">center</property> <property name="visible">True</property> <style> @@ -44,6 +42,15 @@ </style> </object> </child> + <child> + <object class="GtkButton" id="secondary_button"> + <property name="halign">center</property> + <property name="no_show_all">True</property> + <style> + <class name="text-button"/> + </style> + </object> + </child> </object> </child> </template> |