diff options
author | fiaxh <git@mx.ax.lt> | 2018-11-16 16:27:31 +0100 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2018-11-16 09:29:34 -0600 |
commit | fa731a46235e7d6b46450f339539247d3671514b (patch) | |
tree | e0a41471479bc00a15ac1fefc029e5e71b616c68 /main/data/unified_window_placeholder.ui | |
parent | 45236d07bca544f44c0861d0df50c4b40e55a6dd (diff) | |
download | dino-fa731a46235e7d6b46450f339539247d3671514b.tar.gz dino-fa731a46235e7d6b46450f339539247d3671514b.zip |
Split login jid/password into two steps with checks
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> |