]> git.saurik.com Git - wxWidgets.git/commitdiff
Button size adjustment
authorJulian Smart <julian@anthemion.co.uk>
Wed, 25 Oct 2006 09:04:59 +0000 (09:04 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 25 Oct 2006 09:04:59 +0000 (09:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/prntbase.cpp

index 43d346a4dbe6506c50b419600232196031ae6407..bb8d65092b2a954377be77627fa72b7fbff31669 100644 (file)
@@ -895,7 +895,7 @@ void wxPreviewControlBar::CreateButtons()
     wxSize navButtonSize;
 #ifdef __WXUNIVERSAL__
     navButtonStyle = 0;
-    navButtonSize = wxSize(50, m_closeButton->GetSize().y);
+    navButtonSize = wxSize(40, m_closeButton->GetSize().y);
 #else
     navButtonStyle = wxBU_EXACTFIT;
     navButtonSize = wxDefaultSize;