Skip to content

Commit

Permalink
bigger margin/spacing of the menu item (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchlum committed Aug 19, 2021
1 parent 0bb467f commit 74d7673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensionmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,8 @@ var PhueMenu = GObject.registerClass({
let bridgePath = "";

let slider = new Slider.Slider(0);
slider.set_width(150);
slider.set_width(170);
slider.set_height(25);
slider.set_x_align(Clutter.ActorAlign.START);
slider.set_x_expand(false);
slider.value = 100/255;
Expand Down Expand Up @@ -5001,7 +5002,6 @@ var PhueMenu = GObject.registerClass({
let bridgeItems = [];
let instanceCounter = 0;
this._openMenuDefault = null;
this._lastOpenedMenu = {"last": null, "opening": null, "inProgress": false, "inProgress2": false, "inProgress3": false, "opened": null, "note": ""};
this.refreshMenuObjects = {};
this._syncSelectionDefault = {};
this._bridgesInMenuShowed = [];
Expand Down

0 comments on commit 74d7673

Please sign in to comment.