using self.toolBar.setStyleSheet("background-color: red")
only makes the icons on the toolbar red. How would I change the color of the toolbar too?
toolbar image
Asked
Active
Viewed 293 times
-1

ljmc
- 4,830
- 2
- 7
- 26

Vinsingian
- 21
- 3
-
2Please provide enough code so others can better understand or reproduce the problem. – Community Sep 30 '22 at 18:37
1 Answers
1
Found out how to fix it. Putting "border: none;" after setting the background color sets the whole tool bar's color instead of just the buttons.

Vinsingian
- 21
- 3