From 5e3f233c239de63e8ac3549a32b0e6343b32fc7a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 8 Aug 2025 10:15:28 +0530 Subject: Add decorations.*.set_size api --- src/widgets/Decorations.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/Decorations.hpp') diff --git a/src/widgets/Decorations.hpp b/src/widgets/Decorations.hpp index 3df4fd7..388a02f 100644 --- a/src/widgets/Decorations.hpp +++ b/src/widgets/Decorations.hpp @@ -25,6 +25,7 @@ public: void set_enabled(DecorationType type, bool enabled); bool get_enabled(DecorationType type); + void set_size(DecorationType type, uint16_t size_value); std::optional get_view_id(DecorationType type); bool has_webview(WebViewId view_id) override; -- cgit v1.3.1