From 1b2da3df5449f5bc517418cc632157780984e275 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 13 Feb 2014 14:07:09 +0100 Subject: enable spin-size for NumericField too Change-Id: I77660572947f7a863982be7742cbcb1c784379ed --- vcl/source/control/field.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index e71820220872..14998502be17 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -748,6 +748,8 @@ bool NumericField::set_property(const OString &rKey, const OString &rValue) { if (rKey == "digits") SetDecimalDigits(rValue.toInt32()); + else if (rKey == "spin-size") + SetSpinSize(rValue.toInt32()); else return SpinField::set_property(rKey, rValue); return true; -- cgit v1.2.3