[gnome-builder] build-tools: wrap warning/error/note text
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build-tools: wrap warning/error/note text
- Date: Mon, 18 Jul 2016 03:32:34 +0000 (UTC)
commit 52da2413c462484985de10b1b6f4ccbd7b6d4c86
Author: Christian Hergert <chergert redhat com>
Date: Sun Jul 17 20:32:25 2016 -0700
build-tools: wrap warning/error/note text
It's not very helpful if the warning text in the build panel requires
scrolling to read everything. Instead, we can just ellipsize/wrap the
text as necessary.
plugins/build-tools/gbp-build-panel-row.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/build-tools/gbp-build-panel-row.ui b/plugins/build-tools/gbp-build-panel-row.ui
index 4877d64..f3f7663 100644
--- a/plugins/build-tools/gbp-build-panel-row.ui
+++ b/plugins/build-tools/gbp-build-panel-row.ui
@@ -7,6 +7,7 @@
<object class="GtkLabel" id="file_label">
<property name="visible">true</property>
<property name="xalign">0.0</property>
+ <property name="ellipsize">middle</property>
<style>
<class name="file"/>
</style>
@@ -19,6 +20,7 @@
<object class="GtkLabel" id="message_label">
<property name="visible">true</property>
<property name="xalign">0.0</property>
+ <property name="wrap">true</property>
</object>
<packing>
<property name="left-attach">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]