X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b88ccc4e8e2f933f2db3072757bbdce815578072..3b96fc2f1b64f78bba7c755a5c14f618962f696b:/src/gtk1/statbox.cpp?ds=inline diff --git a/src/gtk1/statbox.cpp b/src/gtk1/statbox.cpp index d057ebbd4c..313a7ab44f 100644 --- a/src/gtk1/statbox.cpp +++ b/src/gtk1/statbox.cpp @@ -7,10 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "statbox.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -78,7 +74,7 @@ bool wxStaticBox::Create( wxWindow *parent, xalign = 0.0; if ( xalign ) - gtk_frame_set_label_align(GTK_FRAME( m_widget ), xalign, 0.0); + gtk_frame_set_label_align(GTK_FRAME( m_widget ), xalign, 0.5); return TRUE; }