Review of "Task Up" version 11

Details Page Preview

SUPERSEEDED BY TASK UP ULTRALITE https://extensions.gnome.org/extension/7700/task-up-ultralite/

Extension Homepage
https://github.com/fthx/task-up

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Previous Reviews on this Version

fthx posted a review
Hi again JP, Technical question: do you know how to modify a CSS property of my PanelMenu.Button (or any other widget) inside extension.js? Here I would need to expose an option for button max-width but I did not find how to do that... So at the moment my CSS properties are constants!
JustPerfection active
Hi, It don't think you can set `max-width` but maybe: ```js .panel-button > StWidget { background-color: gold; width: 10px; } ```