diff options
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/ui/dlg/structpg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/source/ui/dlg/structpg.cxx b/formula/source/ui/dlg/structpg.cxx index 8f42601f5c53..e63ed7420c46 100644 --- a/formula/source/ui/dlg/structpg.cxx +++ b/formula/source/ui/dlg/structpg.cxx @@ -37,7 +37,7 @@ StructListBox::StructListBox(vcl::Window* pParent, WinBits nBits ): vcl::Font aFont( GetFont() ); Size aSize = aFont.GetFontSize(); - aSize.Height() -= 2; + aSize.AdjustHeight(-2); aFont.SetFontSize( aSize ); SetFont( aFont ); } |