formatting
This commit is contained in:
1
main.go
1
main.go
@@ -571,6 +571,7 @@ func main() {
|
||||
outerVBox.PackStart(powerBarWrapper, false, false, 0)
|
||||
powerButtonsWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
||||
powerBarWrapper.PackStart(powerButtonsWrapper, true, false, 12)
|
||||
|
||||
if *pbLock != "" {
|
||||
btn := powerButton("/usr/share/nwg-drawer/img/lock.svg", *pbLock)
|
||||
powerButtonsWrapper.PackStart(btn, true, false, 0)
|
||||
|
||||
Reference in New Issue
Block a user