diff options
author | fiaxh <git@lightrise.org> | 2019-09-30 02:11:23 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2019-10-01 17:03:24 +0200 |
commit | df3716622a37cded9e3754da77497ca6d2f2baeb (patch) | |
tree | 079e18e51ea54723c5b1209173f8d3f75b54d102 /main/data/unified_window_placeholder.ui | |
parent | 5d65f047d0fd1a1ed4a3bbe076d5cb4df76e7d5f (diff) | |
download | dino-df3716622a37cded9e3754da77497ca6d2f2baeb.tar.gz dino-df3716622a37cded9e3754da77497ca6d2f2baeb.zip |
Rework no-open-conversation placeholder
Diffstat (limited to 'main/data/unified_window_placeholder.ui')
-rw-r--r-- | main/data/unified_window_placeholder.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/data/unified_window_placeholder.ui b/main/data/unified_window_placeholder.ui index a16d98d4..cfabd132 100644 --- a/main/data/unified_window_placeholder.ui +++ b/main/data/unified_window_placeholder.ui @@ -6,7 +6,6 @@ <child> <object class="GtkBox" id="box"> <property name="orientation">vertical</property> - <property name="spacing">10</property> <property name="valign">center</property> <property name="halign">center</property> <property name="hexpand">True</property> @@ -38,6 +37,7 @@ <object class="GtkLabel" id="label"> <property name="xalign">0.5</property> <property name="yalign">0.5</property> + <property name="margin-top">5</property> <property name="visible">True</property> <style> <class name="dim-label"/> @@ -46,6 +46,7 @@ </child> <child> <object class="GtkButton" id="primary_button"> + <property name="margin-top">15</property> <property name="halign">center</property> <property name="visible">True</property> <style> |