Skip to content

Commit

Permalink
LateNight Classic: fix rate controls pushbutton bg margin
Browse files Browse the repository at this point in the history
bg color was overlapping defined area because of wrong qss selector
  • Loading branch information
ronso0 committed Mar 13, 2024
1 parent 807d908 commit e2d4199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/skins/LateNight/style_classic.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ WPushButton#PlayIndicator,
WPushButton#CueDeck,
#PlayCueMini WPushButton,
WPushButton#LoopActivate,
WPushButton#RateControls WPushButton,
#RateControls WPushButton,
WPushButton#SyncSampler,
#MixerContainer WPushButton,
#FxUnitContainer WPushButton,
Expand Down

0 comments on commit e2d4199

Please sign in to comment.