[gnome-builder] libide/plugins: make sure text wraps
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] libide/plugins: make sure text wraps
- Date: Thu, 18 Aug 2022 17:11:43 +0000 (UTC)
commit 1929cde01c8930791349498a5e9bf837465eea9f
Author: Christian Hergert <chergert redhat com>
Date: Thu Aug 18 10:11:36 2022 -0700
libide/plugins: make sure text wraps
src/libide/plugins/ide-plugin-view.ui | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/libide/plugins/ide-plugin-view.ui b/src/libide/plugins/ide-plugin-view.ui
index 3acd61b40..dd330ac86 100644
--- a/src/libide/plugins/ide-plugin-view.ui
+++ b/src/libide/plugins/ide-plugin-view.ui
@@ -15,6 +15,7 @@
<property name="hexpand">true</property>
<property name="margin-bottom">6</property>
<property name="selectable">true</property>
+ <property name="wrap">true</property>
<binding name="label">
<lookup name="copyright" type="IdePlugin">
<lookup name="plugin">IdePluginView</lookup>
@@ -46,6 +47,7 @@
<property name="xalign">0</property>
<property name="hexpand">true</property>
<property name="selectable">true</property>
+ <property name="wrap">true</property>
<binding name="label">
<lookup name="authors" type="IdePlugin">
<lookup name="plugin">IdePluginView</lookup>
@@ -76,6 +78,7 @@
<property name="xalign">0</property>
<property name="hexpand">true</property>
<property name="selectable">true</property>
+ <property name="wrap">true</property>
<binding name="label">
<lookup name="version" type="IdePlugin">
<lookup name="plugin">IdePluginView</lookup>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]