osd: Restyle OSD display popup
- remove class from label box - new style for label itself Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2277>
This commit is contained in:

committed by
Florian Müllner

parent
851a1e30fa
commit
cb2ee0cf1f
@ -13,7 +13,6 @@ class OsdMonitorLabel extends St.Widget {
|
||||
this._monitor = monitor;
|
||||
|
||||
this._box = new St.BoxLayout({
|
||||
style_class: 'osd-window',
|
||||
vertical: true,
|
||||
});
|
||||
this.add_actor(this._box);
|
||||
|
Reference in New Issue
Block a user