Skip to content

Commit

Permalink
Fix scale property type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored and tintou committed Mar 29, 2023
1 parent 4eafd31 commit 75f3fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WindowIcon.vala
Expand Up @@ -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
Expand Down

0 comments on commit 75f3fc1

Please sign in to comment.