diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-23 11:48:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-23 14:48:26 +0200 |
commit | fb878ce13e90c1f4e36c2d2e0bf193bf1b9ad21a (patch) | |
tree | a617a53b57db76cae8ab2c6a1a6dafabf875ad05 /odk/examples | |
parent | db316cb34526549f53725fd72a53b0795e11b742 (diff) |
make spinbutton demo wide enough to use
Change-Id: Ibfd0e27b0b382fb6e0f71bfd4d9555998b03ded5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92754
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/cpp/complextoolbarcontrols/Addons.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/complextoolbarcontrols/Addons.xcu b/odk/examples/cpp/complextoolbarcontrols/Addons.xcu index ce9aa26920fc..786c3ad29647 100644 --- a/odk/examples/cpp/complextoolbarcontrols/Addons.xcu +++ b/odk/examples/cpp/complextoolbarcontrols/Addons.xcu @@ -79,7 +79,7 @@ <value>Spinfield</value> </prop> <prop oor:name="Width" oor:type="xs:long"> - <value>70</value> + <value>150</value> </prop> </node> <node oor:name="m5" oor:op="replace"> |