Hides the icon and/or title of the currently focused application in the top panel of the GNOME shell.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Active |
9 | Rejected |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Rejected |
The saved size will be wrong when enable() is called before the actor is first shown (possibly on login, definitively when restarting with "alt+f2 r"). Please use iconBox.set_size(-1, -1); instead, which is more correct anyway.
I changed the code like you suggested.