projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a2351b3
)
Button size adjustment
author
Julian Smart
<julian@anthemion.co.uk>
Wed, 25 Oct 2006 09:04:59 +0000
(09:04 +0000)
committer
Julian 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/prntbase.cpp
b/src/common/prntbase.cpp
index 43d346a4dbe6506c50b419600232196031ae6407..bb8d65092b2a954377be77627fa72b7fbff31669 100644
(file)
--- a/
src/common/prntbase.cpp
+++ b/
src/common/prntbase.cpp
@@
-895,7
+895,7
@@
void wxPreviewControlBar::CreateButtons()
wxSize navButtonSize;
#ifdef __WXUNIVERSAL__
navButtonStyle = 0;
- navButtonSize = wxSize(
5
0, m_closeButton->GetSize().y);
+ navButtonSize = wxSize(
4
0, m_closeButton->GetSize().y);
#else
navButtonStyle = wxBU_EXACTFIT;
navButtonSize = wxDefaultSize;