diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-26 11:40:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-26 16:02:12 +0200 |
commit | 294857ee2311826d222270b6d60bba157691f8c3 (patch) | |
tree | eb291acb6f1edd3fbe9dc342123bd85baa72c7db /sw | |
parent | b6b18aa3fdb419fd7461242c6cc3128544e576fd (diff) |
wrong spin suffix
so the value allowed range is incorrect, glade adds a 1 if the id is
duplicated, so I guess the name was copy and pasted and then the prefix
renamed, leaving the incorrect 1 in the suffix
Change-Id: If53790e49bc15e2a10d8ce5b9045eb6be0c25754
Reviewed-on: https://gerrit.libreoffice.org/53502
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/envprinterpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/envprinterpage.ui b/sw/uiconfig/swriter/ui/envprinterpage.ui index 5eb96652603e..82ff983c0df3 100644 --- a/sw/uiconfig/swriter/ui/envprinterpage.ui +++ b/sw/uiconfig/swriter/ui/envprinterpage.ui @@ -111,7 +111,7 @@ </packing> </child> <child> - <object class="GtkSpinButton" id="down:0.00cm1"> + <object class="GtkSpinButton" id="down:0.00cm"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="adjustment">adjustment1</property> |