Testing rounded corners

This commit is contained in:
Alexis Jhon Gaspar 2023-10-02 21:19:18 +08:00
parent 2513185592
commit 0192e5d3b5

View file

@ -3,7 +3,7 @@
/* appearance */ /* appearance */
#if ROUNDED_CORNERS_PATCH #if ROUNDED_CORNERS_PATCH
static const unsigned int borderpx = 0; /* border pixel of windows */ static const unsigned int borderpx = 0; /* border pixel of windows */
static const int corner_radius = 10; static const int corner_radius = 5;
#else #else
static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int borderpx = 1; /* border pixel of windows */
#endif // ROUNDED_CORNERS_PATCH #endif // ROUNDED_CORNERS_PATCH