Skip to content

Commit 992a8a2

Browse files
committed
Make apply changes button green
1 parent f87939a commit 992a8a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openmc_plotter/docks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def __init__(self, model, font_metric, parent=None):
9999
# Create Apply Changes button
100100
self.applyButton = QPushButton("Apply Changes")
101101
self.applyButton.setMinimumHeight(self.font_metric.height() * 1.6)
102+
self.applyButton.setStyleSheet("QPushButton { background-color: #4CAF50; color: white; }")
102103
self.applyButton.clicked.connect(self.main_window.applyChanges)
103104

104105
# Main layout with tabs and apply button

0 commit comments

Comments
 (0)