summaryrefslogtreecommitdiff
path: root/panels/notifications/notifications.ui
diff options
context:
space:
mode:
authorAllan Day <allanpday@gmail.com>2013-08-20 01:11:02 +0100
committerAllan Day <allanpday@gmail.com>2013-08-20 12:23:09 +0100
commitfaedd89f4122c918272e1b2c4311ea8772409066 (patch)
treeb4efbd92eedd0233e4837fcc812fdccfcd61f0f7 /panels/notifications/notifications.ui
parentfa8577d0fe75198c3db2a6adf06c18df85feb4ac (diff)
downloadgnome-control-center-faedd89f4122c918272e1b2c4311ea8772409066.tar.gz
Notifications - add padding above the app list
This makes the switches distinct from the list - they do different things. https://bugzilla.gnome.org/show_bug.cgi?id=706347
Diffstat (limited to 'panels/notifications/notifications.ui')
-rw-r--r--panels/notifications/notifications.ui6
1 files changed, 4 insertions, 2 deletions
diff --git a/panels/notifications/notifications.ui b/panels/notifications/notifications.ui
index 53442b78d..b7442e2bf 100644
--- a/panels/notifications/notifications.ui
+++ b/panels/notifications/notifications.ui
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
+ <!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="ccnotify-main-window">
<property name="can_focus">False</property>
<child>
@@ -70,13 +71,14 @@
</child>
<child>
<object class="GtkScrolledWindow" id="ccnotify-app-scrolledwindow">
+ <property name="height_request">250</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="margin_top">12</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
- <property name="shadow_type">in</property>
<property name="hscrollbar_policy">never</property>
- <property name="height-request">250</property>
+ <property name="shadow_type">in</property>
<child>
<placeholder/>
</child>