fixes circular progress widgets

This commit is contained in:
kotontrion
2024-08-23 10:52:40 +02:00
parent 8da6a21742
commit d248645888
6 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ local Widget = {
Box = astalify(Astal.Box),
Button = astalify(Astal.Button),
CenterBox = astalify(Astal.CenterBox),
-- TODO: CircularProgress
CircularProgress = astalify(Astal.CircularProgress),
DrawingArea = astalify(Gtk.DrawingArea),
Entry = astalify(Gtk.Entry),
EventBox = astalify(Astal.EventBox),