dukex / most-important-task

GNOME Shell Extension - show your most important task in Status Bar (using todoist as task provider)
https://dukex.github.io/most-important-task/
Other
3 stars 0 forks source link

Error: No property x_fill on StBin on Gnome 38. #9

Closed jake-at-brooklyn99 closed 1 year ago

jake-at-brooklyn99 commented 3 years ago

Error on Gnome 38 (PopOS 21.04):

_Error: No property xfill on StBin

Fix (extension.js):

-        x_fill: true,
-        y_fill: false,
+       x_expand: true,
+       y_expand: false,

Thanks for the extension.

dukex commented 1 year ago

Fixed.