Small optical changes for MSW
Buttons now get at least 80x23 if given a default size Small compile and distrib changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -175,7 +175,11 @@ wxTipDialog::wxTipDialog(wxWindow *parent,
|
||||
wxButton *btnNext = new wxButton(this, wxID_NEXT_TIP, _("&Next"));
|
||||
|
||||
wxStaticText *text = new wxStaticText(this, -1, _("Did you know..."), wxDefaultPosition, wxSize(-1,25) );
|
||||
#if defined(__WXMSW__)
|
||||
text->SetFont(wxFont(16, wxSWISS, wxNORMAL, wxBOLD));
|
||||
#else
|
||||
text->SetFont(wxFont(18, wxSWISS, wxNORMAL, wxBOLD));
|
||||
#endif
|
||||
//
|
||||
// text->SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_BTNFACE));
|
||||
|
||||
|
Reference in New Issue
Block a user