MTMR icon indicating copy to clipboard operation
MTMR copied to clipboard

Bug: Group "width" is being ignored

Open Netswipe opened this issue 5 years ago • 1 comments

Noticed another bug: When adding the width item to a group, it is being ignored. And btw for all items of illumination the center tag is being ignored. Did I do anything wrong here?

`

{ "type": "group", "align": "right", "bordered": true, "width": 5, "title": "🗯", "items": [ { "type": "network", "align": "left", "flip": true, "bordered": false, },

           {"type": "illuminationDown", "bordered": false, "align": "center" },
           {"type": "illuminationUp", "bordered": false, "align": "center" },
           {"type": "brightnessDown", "bordered": false, "align": "center", "width": 20},

             {"type": "close", "bordered": true, "align": "right", "width": 50},

} ]`

Netswipe avatar Jul 31 '20 10:07 Netswipe

also "bordered": false, doesn't work (macOS 11.2.2 MacBook Pro (16-inch, 2019) )

shtreifling avatar Mar 11 '21 20:03 shtreifling