[gnome-software] minor styling improvements to app lists
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] minor styling improvements to app lists
- Date: Wed, 13 Jul 2016 12:11:14 +0000 (UTC)
commit 425e6be26d8886e757b2592eb05b49f1eae80091
Author: Allan Day <allanpday gmail com>
Date: Wed Jul 13 12:55:42 2016 +0100
minor styling improvements to app lists
src/gs-app-row.ui | 11 +++++++----
src/gtk-style.css | 5 +++--
2 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/src/gs-app-row.ui b/src/gs-app-row.ui
index 421e08b..1b27344 100644
--- a/src/gs-app-row.ui
+++ b/src/gs-app-row.ui
@@ -26,7 +26,7 @@
<object class="GtkImage" id="image">
<property name="visible">True</property>
<property name="pixel_size">64</property>
- <property name="margin_start">18</property>
+ <property name="margin_start">24</property>
<property name="valign">center</property>
</object>
<packing>
@@ -39,6 +39,7 @@
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="margin-start">12</property>
+ <property name="margin-top">3</property>
<property name="spacing">0</property>
<property name="valign">fill</property>
<child>
@@ -85,6 +86,7 @@
<child>
<object class="GtkLabel" id="folder_label">
<property name="visible">True</property>
+ <property name="margin_top">6</property>
<property name="xalign">0.0</property>
<property name="yalign">0.5</property>
<property name="halign">start</property>
@@ -154,6 +156,7 @@
<object class="GtkBox" id="box_description">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="margin_top">3</property>
<property name="orientation">vertical</property>
<property name="spacing">3</property>
<child>
@@ -161,8 +164,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
- <property name="margin_start">20</property>
- <property name="margin_end">20</property>
+ <property name="margin_start">24</property>
+ <property name="margin_end">24</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="ellipsize">end</property>
@@ -180,7 +183,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">4</property>
- <property name="margin_left">20</property>
+ <property name="margin_left">24</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="label_warning">
diff --git a/src/gtk-style.css b/src/gtk-style.css
index d991208..850bbe4 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -256,9 +256,10 @@
.folder-label {
font-size: smaller;
+ font-weight: bold;
background-color: #999999;
- border-radius: 4px;
- padding: 4px 8px;
+ border-radius: 2px;
+ padding: 2px 8px;
color: white;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]