mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Removed number of rows in grid sizer of show user profile dialog
This commit is contained in:
parent
6c43c419fe
commit
80df3f254b
@ -72,7 +72,7 @@ class ShowUserProfile(wx.Dialog):
|
||||
self.SetTitle(_("{}'s Profile").format(user.display_name))
|
||||
self.panel = wx.Panel(self)
|
||||
wrapperSizer = wx.BoxSizer(wx.VERTICAL)
|
||||
mainSizer = wx.GridSizer(12, 2, 5, 5)
|
||||
mainSizer = wx.GridSizer(2, 5, 5)
|
||||
|
||||
# create widgets
|
||||
nameLabel = wx.StaticText(self.panel, label=_("Name: "))
|
||||
|
Loading…
Reference in New Issue
Block a user