]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/statbox.cpp
Fix vertical offset for wxGTK wxStaticBox without label.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jun 2012 16:33:04 +0000 (16:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Jun 2012 16:33:04 +0000 (16:33 +0000)
commit10da53a25017db251249c42ed21802cb47c9cafc
tree8f81814ae5923835a8fb9da35e35fb29afc2b06e
parent38b1843b5cd8aad98dc91a45f93a4171c4ff37a2
Fix vertical offset for wxGTK wxStaticBox without label.

Don't use different size for the vertical border in wxStaticBox just because
it doesn't have any label, this just doesn't seem necessary and results in
different appearance for the static box with and without label.

Closes #14430.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/statbox.cpp