mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix Tax-related inconsistency in UI
Changes the 'Sensitive' Property to 'No' from 'Yes' in 'account.glade' for the 'tax_related_button' widget so that the setting is displayed but cannot be changed in the account edit dialog. Sets the Tooltip property to "Use Edit->Tax Options to set the tax-related flag and assign a tax code to this account." in 'account.glade'. Patch by "J. Alex Aycinena" <alex.aycinena@gmail.com> BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17646 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1401b066bd
commit
8c72f4c01b
@ -367,6 +367,8 @@
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkCheckButton" id="tax_related_button">
|
<widget class="GtkCheckButton" id="tax_related_button">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="sensitive">False</property>
|
||||||
|
<property name="tooltip" translatable="yes">Use Edit->Tax Options to set the tax-related flag and assign a tax code to this account.</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="label" translatable="yes">Ta_x related</property>
|
<property name="label" translatable="yes">Ta_x related</property>
|
||||||
<property name="use_underline">True</property>
|
<property name="use_underline">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user