Skip to content

Commit

Permalink
Increase the font size
Browse files Browse the repository at this point in the history
Increase the font size in the Qur’an edit display.
  • Loading branch information
MesterPerfect committed Jun 9, 2024
1 parent 8ed7127 commit 3667824
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/FlatDark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1030,3 +1030,7 @@ QSlider::handle:horizontal[themeID="tBarSlider"] {
stop: 0.5 #2d6dce,
stop: 1 #4381dd);
}

QTextEdit {
font-size: 18px;
}
5 changes: 5 additions & 0 deletions theme/Moonlight.qss
Original file line number Diff line number Diff line change
Expand Up @@ -904,3 +904,8 @@ QSlider::handle:horizontal[themeID="tBarSlider"] {
* [themeID="previousIcon"] {
qproperty-icon: url(./Moonlight/media/media_previous.svg);
}


QTextEdit {
font-size: 18px;
}

0 comments on commit 3667824

Please sign in to comment.