mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -12,16 +12,16 @@ class layout_Tests(wtc.WidgetTestCase):
|
||||
frame = self.frame
|
||||
panel = wx.Panel(frame)
|
||||
panel.BackgroundColour = 'blue'
|
||||
|
||||
|
||||
lc = wx.LayoutConstraints()
|
||||
lc.top.SameAs(frame, wx.Top, 10)
|
||||
lc.left.SameAs(frame, wx.Left, 10)
|
||||
lc.bottom.SameAs(frame, wx.Bottom, 10)
|
||||
lc.right.PercentOf(frame, wx.Right, 50)
|
||||
|
||||
|
||||
panel.SetConstraints(lc)
|
||||
|
||||
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user