We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b0753 commit 15c670dCopy full SHA for 15c670d
lib/Utils.vala
@@ -17,7 +17,7 @@
17
18
namespace Gala {
19
public class Utils {
20
- private static int BUTTON_SIZE = 36;
+ private const int BUTTON_SIZE = 36;
21
22
private struct CachedIcon {
23
public Gdk.Pixbuf icon;
0 commit comments