Skip to content

Commit

Permalink
Merge pull request #57 from lubaskinc0de/develop
Browse files Browse the repository at this point in the history
xxx
  • Loading branch information
lubaskinc0de authored Dec 3, 2024
2 parents ba49a40 + 9a77b1a commit f181ba3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/student_journal/bootstrap/entrypoint/qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main(_argv: list[str]) -> None:
main_wnd.setWindowTitle("Дневник Школьника")

with as_file(resources.joinpath("styles.qss")) as qss_path:
app.setStyleSheet(qss_path.read_text())
app.setStyleSheet(qss_path.read_text("utf-8"))

main_wnd.show()

Expand Down
1 change: 0 additions & 1 deletion src/student_journal/presentation/resource/styles.qss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ QWidget {
background-color: #2B2B3D;
color: #C1CEFE;
font-family: "Segoe UI", Arial, sans-serif;
font-size: 15px;
}

/* Главные окна */
Expand Down

0 comments on commit f181ba3

Please sign in to comment.