[gnome-software/gnome-3-20] Pad the description text in the review dialog
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] Pad the description text in the review dialog
- Date: Thu, 10 Mar 2016 09:02:20 +0000 (UTC)
commit 492fa4def10cfed459107e25b34e670a7b5576c6
Author: Richard Hughes <richard hughsie com>
Date: Mon Mar 7 15:22:17 2016 +0000
Pad the description text in the review dialog
src/gs-review-dialog.ui | 3 +++
src/gtk-style.css | 4 ++++
2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-review-dialog.ui b/src/gs-review-dialog.ui
index 4970f14..33fceaa 100644
--- a/src/gs-review-dialog.ui
+++ b/src/gs-review-dialog.ui
@@ -238,6 +238,9 @@
<property name="can_focus">True</property>
<property name="height-request">120</property>
<property name="wrap-mode">word</property>
+ <style>
+ <class name="review-textbox"/>
+ </style>
</object>
</child>
</object>
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 69ef5f2..8995089 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -67,6 +67,10 @@
padding: 2px 10px;
}
+.review-textbox {
+ padding: 6px;
+}
+
.view.tile {
padding: 0;
box-shadow: inset 0 1px @theme_base_color, 0 1px 1px alpha(black,0.4);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]