Merge pull request #104 from Schuldkroete/main
Make the description line at the bottom of the drawer themable
This commit is contained in:
2
main.go
2
main.go
@@ -542,8 +542,10 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
statusLineWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
statusLineWrapper, _ := gtk.BoxNew(gtk.ORIENTATION_HORIZONTAL, 0)
|
||||||
|
statusLineWrapper.SetProperty("name", "status-line-wrapper")
|
||||||
outerVBox.PackStart(statusLineWrapper, false, false, 10)
|
outerVBox.PackStart(statusLineWrapper, false, false, 10)
|
||||||
statusLabel, _ = gtk.LabelNew(status)
|
statusLabel, _ = gtk.LabelNew(status)
|
||||||
|
statusLabel.SetProperty("name", "status-label")
|
||||||
statusLineWrapper.PackStart(statusLabel, true, false, 0)
|
statusLineWrapper.PackStart(statusLabel, true, false, 0)
|
||||||
|
|
||||||
win.ShowAll()
|
win.ShowAll()
|
||||||
|
|||||||
Reference in New Issue
Block a user