mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-31 23:38:23 -04:00
Add margins to the mainwindow
This commit is contained in:
parent
8060005529
commit
22aec91884
1 changed files with 5 additions and 0 deletions
|
@ -310,6 +310,11 @@ func (mw *MainWindow) ShowAll() {
|
|||
|
||||
mainvBox.PackEnd(bottomhBox, false, false, 0)
|
||||
|
||||
mainvBox.SetMarginBottom(2)
|
||||
mainvBox.SetMarginEnd(2)
|
||||
mainvBox.SetMarginStart(2)
|
||||
mainvBox.SetMarginTop(2)
|
||||
|
||||
mw.window.Add(mainvBox)
|
||||
|
||||
mw.window.ShowAll()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue