[gnome-maps] notification: Improve ui
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] notification: Improve ui
- Date: Fri, 31 Oct 2014 06:58:57 +0000 (UTC)
commit a904bf3164707706d38afb5f02258bff08aa180b
Author: Jonas Danielsson <jonas danielsson threetimestwo org>
Date: Fri Oct 31 02:57:57 2014 -0400
notification: Improve ui
Make the the notification ui be more like the one from gtk3
widget factory demo.
src/notification.ui | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/src/notification.ui b/src/notification.ui
index eac5826..e6f8674 100644
--- a/src/notification.ui
+++ b/src/notification.ui
@@ -11,28 +11,31 @@
<property name="visible">True</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
- <property name="width_request">475</property>
- <property name="height_request">33</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <property name="width-request">300</property>
<child>
<object class="GtkGrid" id="body">
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="valign">center</property>
- <property name="margin-end">20</property>
+ <property name="column-spacing">20</property>
</object>
</child>
<child>
<object class="GtkButton" id="dismiss-button">
<property name="visible">True</property>
+ <property name="focus-on-click">False</property>
<property name="relief">none</property>
+ <style>
+ <class name="image-button"/>
+ </style>
<child>
<object class="GtkImage" id="dismiss-image">
<property name="visible">True</property>
<property name="icon-name">window-close-symbolic</property>
- <property name="icon-size">0</property>
+ <property name="icon-size">1</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]