mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
added missing FocusFrame in LyricsWindow
This commit is contained in:
parent
dc6b802245
commit
7ad93a0943
@ -3122,7 +3122,8 @@ class LyricsWindow(Gtk.Overlay):
|
||||
self.scroll.add(self.text_view)
|
||||
|
||||
#frame
|
||||
frame=Gtk.Frame()
|
||||
frame=FocusFrame()
|
||||
frame.set_widget(self.text_view)
|
||||
style_context=frame.get_style_context()
|
||||
provider=Gtk.CssProvider()
|
||||
css=b"""* {border: 0px; background-color: @theme_base_color; opacity: 0.9;}"""
|
||||
|
Loading…
Reference in New Issue
Block a user