[gnome-software] sources dialog: Wrap the text in the description label
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] sources dialog: Wrap the text in the description label
- Date: Tue, 8 Sep 2015 10:50:04 +0000 (UTC)
commit 7ba01122888e295adedbc7c9c4e2467c579874d6
Author: Rafal Luzynski <digitalfreak lingonborough com>
Date: Wed Sep 2 23:25:57 2015 +0200
sources dialog: Wrap the text in the description label
With the introduction of a long message telling that other software
may be installed from this source the label became wider and
inflates whole dialog window. This looks bad, it depends on the
current language how bad it looks.
Related with https://bugzilla.gnome.org/show_bug.cgi?id=726819
Signed-off-by: Richard Hughes <richard hughsie com>
src/gs-sources-dialog-row.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-sources-dialog-row.ui b/src/gs-sources-dialog-row.ui
index e904989..405f239 100644
--- a/src/gs-sources-dialog-row.ui
+++ b/src/gs-sources-dialog-row.ui
@@ -24,6 +24,8 @@
<object class="GtkLabel" id="description_label">
<property name="visible">True</property>
<property name="halign">start</property>
+ <property name="xalign">0</property>
+ <property name="wrap">True</property>
<style>
<class name="dim-label"/>
</style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]