From fb5dc8a2eec38877981b992eeb04cfe790c227c9 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 27 Nov 1999 16:44:54 +0000 Subject: [PATCH] sds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/controls/controls.cpp | 4 +++- src/gtk/fontdlg.cpp | 2 +- src/gtk1/fontdlg.cpp | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/samples/controls/controls.cpp b/samples/controls/controls.cpp index 9bfc350010..6429aa80dd 100644 --- a/samples/controls/controls.cpp +++ b/samples/controls/controls.cpp @@ -219,7 +219,9 @@ bool MyApp::OnInit() // Create the main frame window MyFrame *frame = new MyFrame((wxFrame *) NULL, "Controls wxWindows App", - x, y, 530, 420); + x, y, 540, 430); + + frame->SetSizeHints( 500, 425 ); // Give it an icon // The wxICON() macros loads an icon from a resource under Windows diff --git a/src/gtk/fontdlg.cpp b/src/gtk/fontdlg.cpp index b507f3e193..021ad974ec 100644 --- a/src/gtk/fontdlg.cpp +++ b/src/gtk/fontdlg.cpp @@ -17,7 +17,7 @@ #include "wx/debug.h" #include "wx/msgdlg.h" -#include "gtk/gtk.h" +#include //----------------------------------------------------------------------------- // idle system diff --git a/src/gtk1/fontdlg.cpp b/src/gtk1/fontdlg.cpp index b507f3e193..021ad974ec 100644 --- a/src/gtk1/fontdlg.cpp +++ b/src/gtk1/fontdlg.cpp @@ -17,7 +17,7 @@ #include "wx/debug.h" #include "wx/msgdlg.h" -#include "gtk/gtk.h" +#include //----------------------------------------------------------------------------- // idle system -- 2.49.0