diff --git a/photobooth/gui/Qt5Gui/Frames.py b/photobooth/gui/Qt5Gui/Frames.py index 8efd287..2f2b48a 100644 --- a/photobooth/gui/Qt5Gui/Frames.py +++ b/photobooth/gui/Qt5Gui/Frames.py @@ -457,7 +457,7 @@ class Settings(QtWidgets.QFrame): layout = QtWidgets.QVBoxLayout() layout.addWidget(self.createTabs()) - layout.addStretch(1) + # layout.addStretch(1) layout.addWidget(self.createButtons()) self.setLayout(layout) diff --git a/photobooth/gui/Qt5Gui/images/checkmark.png b/photobooth/gui/Qt5Gui/images/checkmark.png index 44868ff..d04adb5 100644 Binary files a/photobooth/gui/Qt5Gui/images/checkmark.png and b/photobooth/gui/Qt5Gui/images/checkmark.png differ diff --git a/photobooth/gui/Qt5Gui/images/down.png b/photobooth/gui/Qt5Gui/images/down.png deleted file mode 100644 index a5012aa..0000000 Binary files a/photobooth/gui/Qt5Gui/images/down.png and /dev/null differ diff --git a/photobooth/gui/Qt5Gui/images/up-down.svg b/photobooth/gui/Qt5Gui/images/up-down.svg deleted file mode 100644 index 318c4d5..0000000 --- a/photobooth/gui/Qt5Gui/images/up-down.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/photobooth/gui/Qt5Gui/images/up.png b/photobooth/gui/Qt5Gui/images/up.png deleted file mode 100644 index 640acf6..0000000 Binary files a/photobooth/gui/Qt5Gui/images/up.png and /dev/null differ diff --git a/photobooth/gui/Qt5Gui/stylesheets/dark.qss b/photobooth/gui/Qt5Gui/stylesheets/dark.qss index d837ffa..80201e7 100644 --- a/photobooth/gui/Qt5Gui/stylesheets/dark.qss +++ b/photobooth/gui/Qt5Gui/stylesheets/dark.qss @@ -55,18 +55,20 @@ QFrame#IdleMessage QPushButton:pressed { /* Greeter Screen */ QFrame#GreeterMessage { - padding: 50px; + padding: 30px; } QFrame#GreeterMessage QLabel#title { font-size: 180px; + margin: 0; + padding: 0; qproperty-alignment: AlignCenter; } QFrame#GreeterMessage QPushButton#button { border: none; font-size: 120px; - margin: 60px 0 20px 0; + margin: 0; min-height: 160px; padding: 0; text-align: center; @@ -74,6 +76,8 @@ QFrame#GreeterMessage QPushButton#button { QFrame#GreeterMessage QLabel#message { font-size: 120px; + margin: 0; + padding: 0; qproperty-alignment: AlignCenter; } diff --git a/photobooth/gui/Qt5Gui/stylesheets/pastel.qss b/photobooth/gui/Qt5Gui/stylesheets/pastel.qss index 8c47e02..35d5810 100644 --- a/photobooth/gui/Qt5Gui/stylesheets/pastel.qss +++ b/photobooth/gui/Qt5Gui/stylesheets/pastel.qss @@ -55,18 +55,20 @@ QFrame#IdleMessage QPushButton:pressed { /* Greeter Screen */ QFrame#GreeterMessage { - padding: 50px; + padding: 30px; } QFrame#GreeterMessage QLabel#title { font-size: 180px; + margin: 0; + padding: 0; qproperty-alignment: AlignCenter; } QFrame#GreeterMessage QPushButton#button { border: none; font-size: 120px; - margin: 60px 0 20px 0; + margin: 0; min-height: 160px; padding: 0; text-align: center; @@ -74,6 +76,8 @@ QFrame#GreeterMessage QPushButton#button { QFrame#GreeterMessage QLabel#message { font-size: 120px; + margin: 0; + padding: 0; qproperty-alignment: AlignCenter; } @@ -187,11 +191,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; @@ -207,6 +212,7 @@ QCheckBox::indicator::checked { QComboBox, QDateEdit, QLineEdit, QSpinBox, QTimeEdit { background-color: #eeeeee; color: #333333; + font-size: 30px; } QComboBox QAbstractItemView {