[gnome-control-center] Notifications - add padding above the app list
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Notifications - add padding above the app list
- Date: Tue, 20 Aug 2013 11:24:17 +0000 (UTC)
commit faedd89f4122c918272e1b2c4311ea8772409066
Author: Allan Day <allanpday gmail com>
Date: Tue Aug 20 01:11:02 2013 +0100
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
panels/notifications/notifications.ui | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/panels/notifications/notifications.ui b/panels/notifications/notifications.ui
index 53442b7..b7442e2 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]