[recipes] Avoid chef descriptions unwrapping all the way
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Avoid chef descriptions unwrapping all the way
- Date: Mon, 2 Jan 2017 15:28:13 +0000 (UTC)
commit 081a44161c5d59b8b0ca5e5360f987bafe4349a5
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 2 10:10:06 2017 -0500
Avoid chef descriptions unwrapping all the way
We now limit their width to 60 characters, as we already do
for the diet descriptions.
src/gr-list-page.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-list-page.ui b/src/gr-list-page.ui
index 1a33c06..8e132ea 100644
--- a/src/gr-list-page.ui
+++ b/src/gr-list-page.ui
@@ -58,6 +58,8 @@
<property name="visible">1</property>
<property name="xalign">0</property>
<property name="wrap">1</property>
+ <property name="width-chars">60</property>
+ <property name="max-width-chars">60</property>
</object>
<packing>
<property name="left-attach">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]