mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
removed extra frame in ServerStats
This commit is contained in:
parent
745f408059
commit
d87c65c5cc
@ -1256,10 +1256,8 @@ class ServerStats(Gtk.Dialog):
|
||||
store.append([print_key, stats[key]])
|
||||
|
||||
# packing
|
||||
frame=Gtk.Frame()
|
||||
frame.add(treeview)
|
||||
self.vbox.pack_start(frame, True, True, 0)
|
||||
self.vbox.set_spacing(6)
|
||||
self.vbox.pack_start(treeview, True, True, 0)
|
||||
|
||||
self.show_all()
|
||||
self.run()
|
||||
|
Loading…
Reference in New Issue
Block a user