[gnc-plugin-page-budget.glade] GtkCheckButton has label

Instead of a separate adjacent GtkLabel. This will ensure the
GtkCheckBox box is easier to click.
This commit is contained in:
Christopher Lam
2022-01-06 09:10:25 +08:00
parent 8cef481e11
commit 91d3720dac

View File

@@ -626,20 +626,9 @@
<property name="top_attach">5</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Show Account Code</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="ShowAccountCode">
<property name="label" translatable="yes">Show Account Code</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -650,20 +639,9 @@
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="label" translatable="yes">Show Description</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">3</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="ShowAccountDescription">
<property name="label" translatable="yes">Show Description</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>