mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
Hide notebook tabs on programmatically changed notebook.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14344 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b5b39f2aa1
commit
cf633107af
@ -1,3 +1,8 @@
|
||||
2006-06-06 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/business/business-gnome/glade/billterms.glade: Hide notebook
|
||||
tabs on programmatically changed notebook.
|
||||
|
||||
2006-06-05 Chris Lyttle <chris@wilddev.net>
|
||||
|
||||
* packaging/gnucash-1.9.x.ebuild: Update to use -docs-1.9.0
|
||||
|
@ -1105,8 +1105,7 @@
|
||||
<child>
|
||||
<widget class="GtkNotebook" id="term_notebook">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="show_tabs">True</property>
|
||||
<property name="show_tabs">False</property>
|
||||
<property name="show_border">False</property>
|
||||
<property name="tab_pos">GTK_POS_TOP</property>
|
||||
<property name="scrollable">False</property>
|
||||
|
Loading…
Reference in New Issue
Block a user