Skip to content

Commit

Permalink
Constant indicator width (#255)
Browse files Browse the repository at this point in the history
* Set width_request to 360

* Set width_request in Indicator.vala
  • Loading branch information
leolost2605 authored May 18, 2023
1 parent 4b8409c commit b9d30e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Indicator.vala
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public class Notifications.Indicator : Wingpanel.Indicator {

main_box = new Gtk.Grid ();
main_box.orientation = Gtk.Orientation.VERTICAL;
main_box.width_request = 300;
main_box.width_request = 360;
main_box.add (not_disturb_switch);
main_box.add (dnd_switch_separator);
main_box.add (scrolled);
Expand Down

0 comments on commit b9d30e1

Please sign in to comment.