-1

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

ljmc
  • 4,830
  • 2
  • 7
  • 26
Vinsingian
  • 21
  • 3

1 Answers1

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