Skip to content

Commit

Permalink
fix show event section
Browse files Browse the repository at this point in the history
  • Loading branch information
IamRezaMousavi committed Mar 15, 2024
1 parent f5e2824 commit dc55684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion [email protected]/dateMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,9 @@ class DateMenuButton extends PanelMenu.Button {
x_expand: true,
overlay_scrollbars: true,
vscrollbar_policy: St.PolicyType.EXTERNAL,
child: displaysBox,
// child: displaysBox,
});
this._displaysSection.add_actor(displaysBox);
vbox.add_child(this._displaysSection);

this._eventsItem = new EventsSection();
Expand Down

0 comments on commit dc55684

Please sign in to comment.