/usr/share/mixxx/skins/LateNight/knob.xml is in mixxx-data 2.0.0~dfsg-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <!DOCTYPE template>
<!--
Description:
A standard knob.
Variables:
control: The control to connect to.
-->
<Template>
<WidgetGroup>
<Layout>vertical</Layout>
<SizePolicy>min,min</SizePolicy>
<Children>
<WidgetGroup>
<Layout>horizontal</Layout>
<ObjectName>KnobCentered</ObjectName>
<Children>
<KnobComposed>
<TooltipId><Variable name="tooltip"/></TooltipId>
<Size>40f,34f</Size>
<Knob>knob_indicator.svg</Knob>
<BackPath>knob_bg.svg</BackPath>
<MinAngle>-135</MinAngle>
<MaxAngle>135</MaxAngle>
<Connection>
<ConfigKey><Variable name="group"/>,<Variable name="control"/></ConfigKey>
</Connection>
</KnobComposed>
</Children>
</WidgetGroup>
<Label>
<ObjectName>KnobLabel</ObjectName>
<Text><Variable name="label"/></Text>
</Label>
</Children>
</WidgetGroup>
</Template>
|