MTMR
MTMR copied to clipboard
Bug: Group "width" is being ignored
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},
} ]`
also "bordered": false, doesn't work (macOS 11.2.2 MacBook Pro (16-inch, 2019) )