Make wxMotif buttons smaller (and nicer) by default,

with the option of reverting to the old behaviour.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2004-05-02 08:14:39 +00:00
parent bea8e651c7
commit e04b7e8e71
3 changed files with 31 additions and 2 deletions

View File

@@ -133,6 +133,9 @@ wxMSW:
wxMotif:
- removed wxMenuItem::DeleteSubMenu()
- wxButtons use Motif default size, which is smaller than it used to be
and closer to wxMSW/wxGTK look. This can be disabled by setting
motif.largebuttons system option to 1 (see wxSystemOptions).
wxUniv/X11: