cleanup
This commit is contained in:
		@ -45,8 +45,8 @@ class PreviewPanel ( wx.Panel ):
 | 
			
		||||
 | 
			
		||||
        centering_sizer.Add( ( 0, 0), 1, wx.EXPAND, 5 )
 | 
			
		||||
 | 
			
		||||
        self.video_panel = VideoCanvas( self, wx.ID_ANY, wx.DefaultPosition, wx.Size( 400,300 ), wx.BORDER_NONE|wx.FULL_REPAINT_ON_RESIZE|wx.TAB_TRAVERSAL )
 | 
			
		||||
        centering_sizer.Add( self.video_panel, 0, wx.EXPAND, 5 )
 | 
			
		||||
        self._video_canvas = VideoCanvas( self, wx.ID_ANY, wx.DefaultPosition, wx.Size( 400,300 ), wx.BORDER_NONE|wx.FULL_REPAINT_ON_RESIZE|wx.TAB_TRAVERSAL )
 | 
			
		||||
        centering_sizer.Add( self._video_canvas, 0, wx.EXPAND, 5 )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        centering_sizer.Add( ( 0, 0), 1, wx.EXPAND, 5 )
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user