diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-11-10 11:29:54 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-11-11 09:35:03 +0000 |
commit | 5de806fbd2040c8e047aca04a1d80efb10a6f0f2 (patch) | |
tree | 629a0860abc51c19fd57f689efaf77ba44bb3b26 /include | |
parent | cc920bc27a0c37233d65ee1b20712e3ac6896c9a (diff) |
Switch transition selection pane to use an icon-based ValueSet.
Also enlarge the (rather ugly) sample icons.
Change-Id: I6d64613b71ee015bf775a7c720c5b9a4ea464bab
Reviewed-on: https://gerrit.libreoffice.org/19892
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/valueset.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index c3a6f7612797..b51587b442a1 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -89,7 +89,7 @@ WB_NONEFIELD There is a NoSelection field which can be selected if is selected. This field shows the text which is specified by SetText() respectively no one, if no text was set. With SetNoSelection() the selection can be disabled. -WB_VSCROLL A scroolbar will be always shown. The visible number of +WB_VSCROLL A scrollbar will be always shown. The visible number of lines have to be specified with SetLineCount() if this flag is set. WB_BORDER A border will be drawn around the window. |