From 6f1cf03acadeadd374f0c1e09eccb49b2646f136 Mon Sep 17 00:00:00 2001 From: kuoi Date: Mon, 22 Aug 2022 20:42:28 +0100 Subject: [PATCH] make it more like gnome [from 20 to 15] --- src/rounded-corners.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rounded-corners.cpp b/src/rounded-corners.cpp index e181077..d18bbf2 100644 --- a/src/rounded-corners.cpp +++ b/src/rounded-corners.cpp @@ -38,7 +38,7 @@ uniform mediump vec2 bottom_right; uniform mediump vec2 full_bottom_right; // Rounding radius -const mediump float radius = 20.0; +const mediump float radius = 15.0; void main() {