Skip to content

Commit

Permalink
Remove stylesheet for base class
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Feb 29, 2024
1 parent 60a213d commit 3768949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion joystick_diagrams/ui/configure_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def create_control_type_widget(self, control: Axis | Button | Hat | AxisSlider):

ctrl = QLabel("UNKNOWN")
ctrl.setProperty("class", "device-control-pill")
ctrl.setStyleSheet("background:orange;max-width:30px")
return ctrl

def load_binds_for_selected_profile(self, index):
Expand Down

0 comments on commit 3768949

Please sign in to comment.