diff options
Diffstat (limited to 'main/data/unified_window_placeholder.ui')
-rw-r--r-- | main/data/unified_window_placeholder.ui | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/main/data/unified_window_placeholder.ui b/main/data/unified_window_placeholder.ui index 429c95c6..a16d98d4 100644 --- a/main/data/unified_window_placeholder.ui +++ b/main/data/unified_window_placeholder.ui @@ -23,6 +23,18 @@ </object> </child> <child> + <object class="GtkLabel" id="title_label"> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <style> + <class name="dim-label"/> + </style> + <attributes> + <attribute name="scale" value="1.3"/> + </attributes> + </object> + </child> + <child> <object class="GtkLabel" id="label"> <property name="xalign">0.5</property> <property name="yalign">0.5</property> @@ -54,4 +66,4 @@ </object> </child> </template> -</interface>
\ No newline at end of file +</interface> |