From 0a1572ec9c487edbee7d6b582fde4d0dcd120b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 17 Apr 2025 09:17:07 -0700 Subject: [PATCH] Constants: deprecate STYLE_CLASS_FLAT --- lib/Constants.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Constants.vala b/lib/Constants.vala index 68b9eb48f..665a1fa02 100644 --- a/lib/Constants.vala +++ b/lib/Constants.vala @@ -175,6 +175,7 @@ namespace Granite { /** * Style class for flattened widgets, such as buttons, */ + [Version (deprecated = true, deprecated_since = "7.7.0", replacement = "has_frame = false")] public const string STYLE_CLASS_FLAT = "flat"; /** * Style class for message dialogs.