diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-02-10 12:40:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-02-10 13:19:21 +0000 |
commit | 70b0c2d84bf5b3b2e94c8da18845c4210a87b7a8 (patch) | |
tree | d0749b108bb9036e3c562e14461e80795a24b6b1 /vcl | |
parent | 8d90e02b4cecdc7fd74b05b122f074a5f36ca965 (diff) |
Fix typo
Change-Id: I14c04884eab36560c96dbc59b809a5871d87b75f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146750
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qt5/QtGraphics_Controls.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/QtGraphics_Controls.cxx b/vcl/qt5/QtGraphics_Controls.cxx index f2e48f655149..0c5b85d28a11 100644 --- a/vcl/qt5/QtGraphics_Controls.cxx +++ b/vcl/qt5/QtGraphics_Controls.cxx @@ -762,7 +762,7 @@ bool QtGraphics_Controls::getNativeControlRegion(ControlType type, ControlPart p int nBottom = qMax(nLine, upscale(fo.rect.bottom() - aSubRect.bottom(), Round::Ceil)); boundingRect.adjust(nLeft, nTop, nRight, nBottom); - // tdf#150451: ensure a minimium size that fits text content + frame at top and bottom. + // tdf#150451: ensure a minimum size that fits text content + frame at top and bottom. // Themes may use the widget type for determining the actual frame width to use, // so pass a dummy QLineEdit // |