Skip to content

Commit

Permalink
Update MainWindow.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Dec 9, 2024
1 parent 1d66ee6 commit 3d94b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class Dock.MainWindow : Gtk.ApplicationWindow {
resizable = false;
titlebar = new Gtk.Label ("") { visible = false };

// Don't clip launchers to dock background https://github.com/elementary/dock/issues/275
var overlay = new Gtk.Overlay () {
child = new Container ()
};
Expand Down

0 comments on commit 3d94b3c

Please sign in to comment.