Skip to content

Commit

Permalink
menu@cinnamon.org applet - Fixes linuxmint#11760
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiux committed Jan 24, 2024
1 parent 137d747 commit f380660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2724,7 +2724,7 @@ class CinnamonMenuApplet extends Applet.TextIconApplet {
this.categoriesApplicationsBox = new CategoriesApplicationsBox();
this.right_box.add(this.categoriesApplicationsBox.actor, { expand: true, span: 1 });

this.categoriesBox = new St.BoxLayout({ style_class: 'menu-categories-box',
this.categoriesBox = new St.BoxLayout({ style_class: 'menu-applications-inner-box', //Old value: 'menu-categories-box',
vertical: true,
accessible_role: Atk.Role.LIST });
this.categoriesScrollBox = new St.ScrollView({ style_class: 'vfade menu-applications-scrollbox' });
Expand Down

0 comments on commit f380660

Please sign in to comment.