From 641e895da510dd178dbb9cb0fc6b5cc0eb70eae9 Mon Sep 17 00:00:00 2001 From: daleclack Date: Fri, 22 Mar 2024 09:14:26 +0800 Subject: [PATCH] Adjust window title style --- Flos_Gtk4/res/title_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flos_Gtk4/res/title_style.css b/Flos_Gtk4/res/title_style.css index a8e6a3c..da00688 100644 --- a/Flos_Gtk4/res/title_style.css +++ b/Flos_Gtk4/res/title_style.css @@ -22,8 +22,8 @@ border-radius: 100%; padding-top: 0px; padding-bottom: 0px; - padding-left: 4px; - padding-right: 4px; + padding-left: 1px; + padding-right: 1px; } .ctrl_btn:hover{