mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-04 07:28:56 +01:00
Update picodulce.py
This commit is contained in:
parent
b0062b8075
commit
dbc007e951
@ -46,7 +46,7 @@ class PicomcVersionSelector(QWidget):
|
||||
self.play_button = QPushButton('Play')
|
||||
self.play_button.setFocusPolicy(Qt.NoFocus) # Set focus policy to prevent highlighting
|
||||
self.play_button.clicked.connect(self.play_instance)
|
||||
self.play_button.setStyleSheet("background-color: #1E90FF; color: white;")
|
||||
self.play_button.setStyleSheet("background-color: #4bb679; color: white;")
|
||||
buttons_layout.addWidget(self.play_button)
|
||||
|
||||
# Create button to open version download menu
|
||||
|
Loading…
Reference in New Issue
Block a user