From c600e0fae271ed25d066b01149fbc148295edde8 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Mon, 24 Mar 2025 14:28:55 +0100 Subject: Expanded GUI theming capabilities * Moved previously hardcoded values for frame size, padding and title bar height to the Skin. * Added support for rendering colored rectangles (used for scroll bar background). * Scroll bar width is now determined by its skin. * Added separate skins for horizontal and vertical scroll bars and horizontal and vertical scroll markers and added a skin for the shortcut box. * Added support for hovered state on window close button. --- src/utils/stringutils.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils/stringutils.cpp') diff --git a/src/utils/stringutils.cpp b/src/utils/stringutils.cpp index 2354eb85..ba5f575b 100644 --- a/src/utils/stringutils.cpp +++ b/src/utils/stringutils.cpp @@ -21,8 +21,6 @@ #include "utils/stringutils.h" -#include "log.h" - #include #include #include -- cgit v1.2.3-70-g09d2