From 414d10d8a3041e5e2aa899b59c1919e41c75371d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 12 Oct 2019 20:04:46 +0100 Subject: move ToolBoxButtonSize into vclenum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I684d192296642bc507a6f75dd52a5ce72b028157 Reviewed-on: https://gerrit.libreoffice.org/80721 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/vclenum.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/vcl/vclenum.hxx') diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx index c7ced830da49..7d8728e90dc1 100644 --- a/include/vcl/vclenum.hxx +++ b/include/vcl/vclenum.hxx @@ -288,6 +288,16 @@ namespace o3tl template<> struct typed_flags : is_typed_flags {}; } +// small, large, size32 force an exact toolbox size for proper alignment +// DontCare will let the toolbox decide about its size +enum class ToolBoxButtonSize +{ + DontCare, + Small, + Large, + Size32, +}; + #endif // INCLUDED_VCL_VCLENUM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit