mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'CorrectStrings27EN' of https://github.com/Mechtilde/gnucash into unstable
This commit is contained in:
commit
0f295dd439
@ -173,7 +173,7 @@
|
||||
<key name="grid-lines-horizontal" type="b">
|
||||
<default>false</default>
|
||||
<summary>Show Horizontal Grid Lines</summary>
|
||||
<description>If active, horzontal grid lines will be shown on table displays. Otherwise no horizontal grid lines will be shown.</description>
|
||||
<description>If active, horizontal grid lines will be shown on table displays. Otherwise no horizontal grid lines will be shown.</description>
|
||||
</key>
|
||||
<key name="grid-lines-vertical" type="b">
|
||||
<default>false</default>
|
||||
|
@ -267,7 +267,7 @@ gnucash_register_goto_next_matching_row (GnucashRegister *reg,
|
||||
static gboolean
|
||||
gnucash_register_sheet_resize (GnucashRegister *reg)
|
||||
{
|
||||
// Sometimes the space left by the horzontal scrollbar does
|
||||
// Sometimes the space left by the horizontal scrollbar does
|
||||
// not get filled on load, this makes sure it does
|
||||
if (!reg->hscrollbar_visible)
|
||||
gtk_widget_queue_resize (GTK_WIDGET (reg->sheet));
|
||||
|
Loading…
Reference in New Issue
Block a user