From 995dc0b4d52e66adac84812dedf32785a65bce83 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 20 12月 2023 21:36:48 +0800 Subject: [PATCH] Remove hot-switch --- examples/mainwindow/dark-style.qss | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/examples/mainwindow/dark-style.qss b/examples/mainwindow/dark-style.qss index 275613b..095b900 100644 --- a/examples/mainwindow/dark-style.qss +++ b/examples/mainwindow/dark-style.qss @@ -16,6 +16,7 @@ border: none; color: #ECECEC; background-color: transparent; + min-height: 28px; } @@ -103,7 +104,7 @@ QMenu { padding: 4px; background: #303030; - border: 1.25px solid transparent; + border: 1px solid transparent; } QMenu::indicator { -- Gitblit v1.9.1