Update Issues format

This commit is contained in:
Mykola Grymalyuk
2022-01-25 11:59:53 -07:00
parent b930544128
commit 19027fbac7
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -1206,7 +1206,7 @@ class wx_python_gui:
# Set Position below header
wx.Point(
self.header.GetPosition().x,
self.header.GetPosition().y + self.header.GetSize().height + 10
self.header.GetPosition().y + self.header.GetSize().height + 15
)
)
self.install_selection.Centre(wx.HORIZONTAL)