Skip to content

Commit

Permalink
Fix budget options descriptions field
Browse files Browse the repository at this point in the history
* Set scrollbar visibility
* Turn on word wrap

Author: R Ratliff <ratliff.bobby@gmail.com>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23318 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Oct 24, 2013
1 parent 748e8a4 commit 7f1ad0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gnome/gtkbuilder/gnc-plugin-page-budget.glade
Expand Up @@ -395,10 +395,13 @@
<object class="GtkScrolledWindow" id="scrolledwindow16">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<object class="GtkTextView" id="BudgetDescription">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="wrap_mode">GTK_WRAP_WORD</property>
</object>
</child>
</object>
Expand Down

0 comments on commit 7f1ad0b

Please sign in to comment.