Skip to content

Commit

Permalink
CinnVIIStarkMenu@NikoKrause: Set clip_to_allocation to true (#6221)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcw authored Jul 20, 2024
1 parent bb55649 commit 47da7d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3409,7 +3409,9 @@ class CinnamonMenuApplet extends Applet.TextIconApplet {
this.applicationsScrollBox.add_actor(this.applicationsBox);
this.categoriesScrollBox.add_actor(this.categoriesBox);
this.applicationsScrollBox.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
this.applicationsScrollBox.set_clip_to_allocation(true);
this.categoriesScrollBox.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC);
this.categoriesScrollBox.set_clip_to_allocation(true);
this.categoriesApplicationsBox.actor.add_actor(this.categoriesOverlayBox);
this.categoriesApplicationsBox.actor.add_actor(this.applicationsScrollBox);

Expand Down

0 comments on commit 47da7d0

Please sign in to comment.