Chris Holland
Chris Holland
Bah typo. What happens when* you enable "Use big counter"?
So it's detecting the height fine, but the width... ah, it's probably because it's a "dock like panel" which expands. Since the compact view probably doesn't have a minimum width,...
Yeah, that doesn't look like the problem. Have you restarted plasma since adding the widget to the panel? 
What's the icon size in System Settings > Icons > Configure Icon Sizes?  The only thing I can think of is that there's a binding loop. ``` journalctl -b0...
> NoteListView.qml:19:12: QML TodoItemDelegate: Binding loop detected for property "implicitHeight" That's from the popup/full view, not the panel/compact view. It's caused by the todo item TextFields resizing their height after...
Wait, I forgot your panel is like 61px tall. If they're limited to 48px, then they can't grow bigger. Try changing the panel icon to 64px. Also, which widget is...
Sticky Notes doesn't seem to follow the configured max panel icon size. * https://github.com/KDE/kdeplasma-addons/blob/master/applets/notes/package/contents/ui/main.qml#L94 You can try removing the lines with `Layout.maximum____` then restarting Plasma. * https://github.com/Zren/plasma-applet-todolist/blob/master/package/contents/ui/main.qml#L43-L44 * `~/.local/share/plasma/plasmoids/com.github.zren.todolist/contents/ui/main.qml` You...
https://github.com/Zren/plasma-applet-todolist/commit/f2a5ad5d55739db48330cc6b8a9a9917ed2f6f7e Added Keys: "Bold" "Desktop Widget: Hide" "Desktop Widget: Show background" "Hide" "List Title Style" "Show outline"
https://github.com/Zren/plasma-applet-todolist/commit/8caef355ce92490fc25114293b9ebef68702194b Added Keys: "Show text field background"
https://github.com/Zren/plasma-applet-todolist/commit/8690502c87f0104f87dc76f250e4e2cab6e3ba01 Added Keys: "Completed Items" "Faded" "Strikeout"