Skip to content

Commit

Permalink
simple one line change, comment looked like an instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
techy4shri committed Jan 31, 2025
1 parent f701f1a commit 6475a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def init_ui(self):
self.setWindowTitle("OpenModelica Simulation App")
self.setWindowIcon(QIcon("./assets/icons8-mechanical-64.png"))

# Apply gradient background
# gradient background
gradient = QLinearGradient(0, 0, 0, self.height())
gradient.setColorAt(0.0, QColor("#4FACFE")) # Lighter at the top
gradient.setColorAt(1.0, QColor("#1D2671")) # Darker at the bottom
Expand Down

0 comments on commit 6475a62

Please sign in to comment.