Typo and whitespace tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -423,7 +423,6 @@ class TestPanel(wx.Panel): | ||||
|         fgs.Add(cc) | ||||
|         fgs.Add((10,10)) | ||||
|         fgs.Add(wx.StaticText(self, -1, "Custom popup action, and custom button bitmap")) | ||||
|          | ||||
|  | ||||
|         box = wx.BoxSizer() | ||||
|         box.Add(fgs, 1, wx.EXPAND|wx.ALL, 20) | ||||
|   | ||||
| @@ -86,12 +86,12 @@ class RichTextFrame(wx.Frame): | ||||
|         self.rtc.BeginLeftIndent(100, -40) | ||||
|         self.rtc.Newline() | ||||
|  | ||||
|         self.rtc.WriteText("It was in January, the most down-trodden month of an Edinburgh winteself.rtc. An attractive woman came into the cafe, which is nothing remarkable.") | ||||
|         self.rtc.WriteText("It was in January, the most down-trodden month of an Edinburgh winter. An attractive woman came into the cafe, which is nothing remarkable.") | ||||
|         self.rtc.EndLeftIndent() | ||||
|  | ||||
|         self.rtc.Newline() | ||||
|  | ||||
|         self.rtc.WriteText("Numbered bullets are possible, again using subindents:") | ||||
|         self.rtc.WriteText("Numbered bullets are possible, again using sub-indents:") | ||||
|  | ||||
|         self.rtc.BeginNumberedBullet(1, 100, 60) | ||||
|         self.rtc.Newline() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user