Skip to content

Commit 15c670d

Browse files
committed
Use const
1 parent 52b0753 commit 15c670d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Utils.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
namespace Gala {
1919
public class Utils {
20-
private static int BUTTON_SIZE = 36;
20+
private const int BUTTON_SIZE = 36;
2121

2222
private struct CachedIcon {
2323
public Gdk.Pixbuf icon;

0 commit comments

Comments
 (0)