Moved desktop margin options to more sensible place

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-11-06 10:47:58 +00:00
parent 63048b6ccb
commit 3ac8e9c3b0
4 changed files with 10 additions and 26 deletions

View File

@@ -95,8 +95,6 @@ All (GUI):
- wxGraphicsContext implementations now all have the pixel's center at (0.5,0.5),
avoiding differences in anti-aliasing between platforms.
- Added sizer.desktopmargin.x/y system options so wxSizer::Fit can allow
for decorations.
wxMSW:
@@ -109,6 +107,8 @@ wxGTK:
a background colour bug in the gtk-qt theme under KDE.
- wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) now returns the background
colour of text controls.
- Added gtk.desktopmargin.x/y system options to allow windows to fit the desktop
when Xinerama is not available.
wxMac: