From 75f3fc1ccbf9fd0a781f9ae329fc14c6d0d00fbf Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sun, 26 Mar 2023 12:10:45 +0100 Subject: [PATCH] Fix scale property type --- lib/WindowIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WindowIcon.vala b/lib/WindowIcon.vala index da05bda52..dbc923a82 100644 --- a/lib/WindowIcon.vala +++ b/lib/WindowIcon.vala @@ -13,7 +13,7 @@ public class Gala.WindowIcon : Clutter.Actor { public Meta.Window window { get; construct; } public int icon_size { get; construct; } - public float scale { get; construct; } + public int scale { get; construct; } /** * Creates a new WindowIcon