]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/minifram.cpp
Minor fixes, should be ok now.
[wxWidgets.git] / src / gtk / minifram.cpp
index a2659bc997c3166c13195055770912f79b777409..8e4bbef3eb1dd2207e9bfeb625f73a0e79e17317 100644 (file)
@@ -289,8 +289,9 @@ bool wxMiniFrame::Create( wxWindow *parent, wxWindowID id, const wxString &title
     {
         GtkWidget *close_button = gtk_button_new_with_label( "x" );
     
-        gtk_myfixed_put( GTK_MYFIXED(m_mainWidget), close_button, 4, 4 );
-        gtk_widget_set_usize( close_button, 12, 11 );
+        gtk_myfixed_put( GTK_MYFIXED(m_mainWidget), 
+                        close_button, 
+                        4, 4, 12, 11 );
     
         gtk_widget_show( close_button );