Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Updted
  • Loading branch information
C-o-m-o-n authored Jul 27, 2024
1 parent 7493b55 commit 5317002
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ QTextEdit {
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 5px;
color: #000000;
color: #000000;
}

QLabel {
font-size: 10pt;
margin-bottom: 5px;
color: #000000;
color: #000000;
}

QSpinBox, QDoubleSpinBox {
Expand All @@ -23,14 +23,14 @@ QSpinBox, QDoubleSpinBox {
border: 1px solid #cccccc;
padding: 5px;
width: 100px;
color: #000000;
color: #000000;
}

QCheckBox {
font-size: 10pt;
margin: 10px 0;
padding: 10px;
color: #000000;
padding: 10px;
color: #000000;
}

QPushButton {
Expand Down

0 comments on commit 5317002

Please sign in to comment.