Skip to content

Commit 242dd31

Browse files
committed
Increased message box text size
1 parent 905f8ff commit 242dd31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dls_barcode/gui/countdown_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from PyQt5.QtWidgets import QLabel, QGroupBox, QVBoxLayout
55

66
BLACK = "; color: black"
7-
BASIC_STYLE_SHEET = "font-size: 25pt"
7+
BASIC_STYLE_SHEET = "font-size: 20pt"
88

99

1010
class CountdownBox(QGroupBox):

dls_barcode/gui/message_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
RED = "; color: red"
77
BLACK = "; color: black"
8-
BASIC_STYLE_SHEET = "font-size: 14pt"
8+
BASIC_STYLE_SHEET = "font-size: 20pt"
99

1010

1111
class MessageBox(QGroupBox):

0 commit comments

Comments
 (0)