diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-02 13:09:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-09-05 08:21:46 +0200 |
commit | 256654c26fa0d474891809d30d0004c3d87a5841 (patch) | |
tree | e98469013b7f5133409fe36d6d901ba06ca91d48 /include/vcl | |
parent | 5fab198d0d6c2a6619cf7e5deac2f1fc969810ca (diff) |
convert ToolBoxTextPosition to scoped enum
Change-Id: I467b3245d5366af461dfd45eb9fd6fa87a6bef17
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/toolbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index a0f74c9aad4e..6020b01a8257 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -69,7 +69,7 @@ enum ToolBoxButtonSize { TOOLBOX_BUTTONSIZE_DONTCARE, TOOLBOX_BUTTONSIZE_SMALL, enum class ToolBoxLayoutMode { Normal, LockVert }; // Position of the text when icon and text are painted -enum ToolBoxTextPosition { Right, Bottom }; +enum class ToolBoxTextPosition { Right, Bottom }; struct ImplToolSize { |