[recipes] Make text views wrap
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Make text views wrap
- Date: Fri, 16 Dec 2016 03:32:37 +0000 (UTC)
commit 0268798041d685c8a68ac296514b33e336240244
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Dec 15 22:04:27 2016 -0500
Make text views wrap
src/gr-edit-page.ui | 4 ++++
src/gr-preferences.ui | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-edit-page.ui b/src/gr-edit-page.ui
index 25f51f9..e7f6954 100644
--- a/src/gr-edit-page.ui
+++ b/src/gr-edit-page.ui
@@ -281,6 +281,7 @@
<child>
<object class="GtkTextView" id="description_field">
<property name="visible">1</property>
+ <property name="wrap-mode">word</property>
</object>
</child>
</object>
@@ -468,6 +469,7 @@
<child>
<object class="GtkTextView" id="ingredients_field">
<property name="visible">1</property>
+ <property name="wrap-mode">word</property>
</object>
</child>
</object>
@@ -538,6 +540,7 @@
<child>
<object class="GtkTextView" id="instructions_field">
<property name="visible">1</property>
+ <property name="wrap-mode">word</property>
</object>
</child>
</object>
@@ -568,6 +571,7 @@
<child>
<object class="GtkTextView" id="notes_field">
<property name="visible">1</property>
+ <property name="wrap-mode">word</property>
</object>
</child>
</object>
diff --git a/src/gr-preferences.ui b/src/gr-preferences.ui
index d451250..605a4fe 100644
--- a/src/gr-preferences.ui
+++ b/src/gr-preferences.ui
@@ -155,6 +155,7 @@
<child>
<object class="GtkTextView" id="description">
<property name="visible">1</property>
+ <property name="wrap-mode">word</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]