[gnome-control-center] notifications: Add label Applications
- From: Marek Kašík <mkasik src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] notifications: Add label Applications
- Date: Tue, 20 Jan 2015 14:17:46 +0000 (UTC)
commit 52f63a0ce3d580fb532ec5e6bdbb9ed7a9356aed
Author: Marek Kasik <mkasik redhat com>
Date: Fri Jan 16 16:42:56 2015 +0100
notifications: Add label Applications
Add label with text "Applications" above the list of applications.
https://bugzilla.gnome.org/show_bug.cgi?id=742521
panels/notifications/notifications.ui | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/panels/notifications/notifications.ui b/panels/notifications/notifications.ui
index 2da6f46..f65fb75 100644
--- a/panels/notifications/notifications.ui
+++ b/panels/notifications/notifications.ui
@@ -25,6 +25,7 @@
<object class="GtkFrame" id="ccnotify-switchbox-frame">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_bottom">12</property>
<property name="hexpand">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">in</property>
@@ -142,10 +143,26 @@
</packing>
</child>
<child>
+ <object class="GtkLabel" id="label1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="xalign">0</property>
+ <property name="margin_start">3</property>
+ <property name="label" translatable="yes" comments="List of
applications.">Applications</property>
+ <attributes>
+ <attribute name="weight" value="bold"/>
+ </attributes>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkFrame" id="ccnotify-app-frame">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_top">12</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label_xalign">0</property>
@@ -166,7 +183,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]