Fix sensors

Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
Vasiliy Doylov 2025-03-02 15:37:31 +03:00
parent fd94ea9c97
commit 08a08a516a
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -14,8 +14,8 @@ class TheCatTools.GUI.BoubleBar : Adw.Bin, Gtk.Orientable {
orientation_changed ();
bubble.vexpand = true;
bubble.hexpand = true;
overlay.add_overlay (bubble);
overlay.add_overlay (clamps_ok);
overlay.add_overlay (bubble);
set_child (overlay);
bind_property ("orientation", clamps_ok, "orientation", GLib.BindingFlags.SYNC_CREATE);
bind_property ("orientation", bubble, "orientation", GLib.BindingFlags.SYNC_CREATE);