From 851c0be68611cef96ffc5223c2d1fbfffb2bb1e9 Mon Sep 17 00:00:00 2001 From: Robert Kolmhofer <41548217+robertkolm@users.noreply.github.com> Date: Sun, 22 Jul 2018 19:05:59 +0200 Subject: [PATCH] Update dark.qss adding some font-size parameters (identical to the pastel.qss) resolves scaling problems on 1024x600 LCD display (bottom push button line with save/restore defaults/cancel is not visible --- photobooth/gui/Qt5Gui/stylesheets/dark.qss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/photobooth/gui/Qt5Gui/stylesheets/dark.qss b/photobooth/gui/Qt5Gui/stylesheets/dark.qss index 80201e7..d849ba3 100644 --- a/photobooth/gui/Qt5Gui/stylesheets/dark.qss +++ b/photobooth/gui/Qt5Gui/stylesheets/dark.qss @@ -192,11 +192,12 @@ QTabBar::tab:selected { QTabWidget QWidget { color: #333333; + font-size: 30px; } QCheckBox::indicator { - width: 45px; - height: 45px; + width: 30px; + height: 30px; background-color: transparent; border-style: outset; border-width: 2px;