Removed som unnecessary sh-bangs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/usr/env python
|
||||
#-----------------------------------------------------------------------------
|
||||
# Python source generated by wxDesigner from file: joystick.wdr
|
||||
# Do not modify this file, all changes will be lost!
|
||||
@@ -50,9 +49,9 @@ ID_V_Max_Ctrl = 10037
|
||||
|
||||
def MakeJoystickTestPanel( parent, call_fit = true, set_sizer = true ):
|
||||
item0 = wxBoxSizer( wxVERTICAL )
|
||||
|
||||
|
||||
item1 = wxFlexGridSizer( 0, 8, 0, 0 )
|
||||
|
||||
|
||||
item2 = wxStaticText( parent, ID_TEXT, "X Position:", wxDefaultPosition, wxDefaultSize, wxALIGN_RIGHT )
|
||||
item1.AddWindow( item2, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxLEFT|wxTOP, 5 )
|
||||
|
||||
@@ -295,7 +294,7 @@ def MakeJoystickTestPanel( parent, call_fit = true, set_sizer = true ):
|
||||
if call_fit == true:
|
||||
item0.Fit( parent )
|
||||
item0.SetSizeHints( parent )
|
||||
|
||||
|
||||
return item0
|
||||
|
||||
# Menu bar functions
|
||||
|
Reference in New Issue
Block a user