Fix sensors
Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
parent
fd94ea9c97
commit
08a08a516a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue