From e9b535cd8b2fdb5f2252c578aac1a9e4b3b6adf0 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 23 Sep 2025 18:02:13 +0600 Subject: [PATCH] Buttons minimum size --- ubl-settings-video.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ubl-settings-video.css b/ubl-settings-video.css index b2a9e8b..b3e94ae 100644 --- a/ubl-settings-video.css +++ b/ubl-settings-video.css @@ -137,4 +137,9 @@ background:transparent; treeview row:nth-child(odd) { background-color: #000000; } -treeview row:nth-child(even) { background-color: #ffffff; } \ No newline at end of file +treeview row:nth-child(even) { background-color: #ffffff; } + +button { + min-width: 26px; + min-height: 24px; +} \ No newline at end of file