Skip to content

Commit

Permalink
Fix sampler sync functionality for Mixxx skins
Browse files Browse the repository at this point in the history
  • Loading branch information
urek696969mazino committed Nov 1, 2024
1 parent edae0ca commit b301cca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion res/skins/Deere/sampler_controls_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</Template>

<Template src="skin:left_right_1state_button.xml">
<SetVariable name="TooltipId">beatsync_beatsync_tempo</SetVariable>
<SetVariable name="TooltipId">sync_enabled</SetVariable>
<SetVariable name="ObjectName">BeatsyncButton</SetVariable>
<SetVariable name="MinimumSize">32,22</SetVariable>
<SetVariable name="MaximumSize"><Variable name="WideButtonMaximumSize"/></SetVariable>
Expand Down
2 changes: 1 addition & 1 deletion res/skins/LateNight/samplers/sampler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
<SizePolicy>min,min</SizePolicy>
<Children>
<Template src="skins:LateNight/controls/button_2state_right.xml">
<SetVariable name="TooltipId">beatsync_beatsync_tempo</SetVariable>
<SetVariable name="TooltipId">sync_enabled</SetVariable>
<SetVariable name="ObjectName">SyncSampler</SetVariable>
<SetVariable name="Size">26f,26f</SetVariable>
<SetVariable name="BtnType"><Variable name="TopRegion_BtnType"/></SetVariable>
Expand Down
4 changes: 2 additions & 2 deletions res/skins/Tango/mic_aux_sampler/sampler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Variables:
<WidgetGroup><Size>1f,1min</Size></WidgetGroup>

<Template src="skins:Tango/controls/button_1state_right.xml">
<SetVariable name="TooltipId">beatsync_beatsync_tempo</SetVariable>
<SetVariable name="TooltipId">sync_enabled</SetVariable>
<SetVariable name="ObjectName">SamplerSyncButton</SetVariable>
<SetVariable name="Size">18f,18f</SetVariable>
<SetVariable name="state_0_unpressed">sampler_sync_off.svg</SetVariable>
Expand Down Expand Up @@ -337,7 +337,7 @@ Variables:
<WidgetGroup><Size>1min,1min</Size></WidgetGroup>

<Template src="skins:Tango/controls/button_1state_right.xml">
<SetVariable name="TooltipId">beatsync_beatsync_tempo</SetVariable>
<SetVariable name="TooltipId">sync_enabled</SetVariable>
<SetVariable name="ObjectName">SamplerSyncButton</SetVariable>
<SetVariable name="Size">18f,18f</SetVariable>
<SetVariable name="state_0_unpressed">sampler_sync_off.svg</SetVariable>
Expand Down

0 comments on commit b301cca

Please sign in to comment.