mirror of
https://github.com/unclshura/ABStemPlayer.git
synced 2026-09-21 11:13:38 +00:00
Better isons placement
This commit is contained in:
parent
46ed183e3f
commit
a181acb706
@ -37,8 +37,8 @@
|
|||||||
|
|
||||||
<!-- File Open -->
|
<!-- File Open -->
|
||||||
<Button Command="{Binding OpenFileCommand}"
|
<Button Command="{Binding OpenFileCommand}"
|
||||||
Width="32"
|
Width="43"
|
||||||
Height="32"
|
Height="43"
|
||||||
Background="Black"
|
Background="Black"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Margin="0,0,6,0"
|
Margin="0,0,6,0"
|
||||||
@ -46,6 +46,9 @@
|
|||||||
<Path Fill="#e0e0e0"
|
<Path Fill="#e0e0e0"
|
||||||
Stretch="None"
|
Stretch="None"
|
||||||
RenderTransformOrigin="0,0">
|
RenderTransformOrigin="0,0">
|
||||||
|
<Path.RenderTransform>
|
||||||
|
<TranslateTransform X="0" Y="3"/>
|
||||||
|
</Path.RenderTransform>
|
||||||
<Path.Data>
|
<Path.Data>
|
||||||
M1 4C1 2.34315 2.34315 1 4 1H7.76393C8.90025 1 9.93904 1.64201 10.4472 2.65836L11.3416 4.44721C11.511 4.786 11.8573 5 12.2361 5H20C21.6569 5 23 6.34315 23 8V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM4 3C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V8C21 7.44772 20.5523 7 20 7H12.2361C11.0998 7 10.061 6.35799 9.55279 5.34164L8.65836 3.55279C8.48897 3.214 8.1427 3 7.76393 3H4Z
|
M1 4C1 2.34315 2.34315 1 4 1H7.76393C8.90025 1 9.93904 1.64201 10.4472 2.65836L11.3416 4.44721C11.511 4.786 11.8573 5 12.2361 5H20C21.6569 5 23 6.34315 23 8V20C23 21.6569 21.6569 23 20 23H4C2.34315 23 1 21.6569 1 20V4ZM4 3C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V8C21 7.44772 20.5523 7 20 7H12.2361C11.0998 7 10.061 6.35799 9.55279 5.34164L8.65836 3.55279C8.48897 3.214 8.1427 3 7.76393 3H4Z
|
||||||
</Path.Data>
|
</Path.Data>
|
||||||
@ -54,8 +57,8 @@
|
|||||||
|
|
||||||
<!-- Rewind -->
|
<!-- Rewind -->
|
||||||
<Button Command="{Binding RewindCommand}"
|
<Button Command="{Binding RewindCommand}"
|
||||||
Width="32"
|
Width="43"
|
||||||
Height="32"
|
Height="43"
|
||||||
Background="Black"
|
Background="Black"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Margin="0,0,6,0"
|
Margin="0,0,6,0"
|
||||||
@ -63,6 +66,9 @@
|
|||||||
<Path Fill="#e0e0e0"
|
<Path Fill="#e0e0e0"
|
||||||
Stretch="None"
|
Stretch="None"
|
||||||
RenderTransformOrigin="0,0">
|
RenderTransformOrigin="0,0">
|
||||||
|
<Path.RenderTransform>
|
||||||
|
<TranslateTransform X="0" Y="3"/>
|
||||||
|
</Path.RenderTransform>
|
||||||
<Path.Data>
|
<Path.Data>
|
||||||
M18.3956 19.7691C19.0541 20.2687 20 19.799 20 18.9724L20 5.02764C20 4.20106 19.0541 3.73137 18.3956 4.23095L9.20476 11.2033C8.67727 11.6035 8.67727 12.3965 9.20476 12.7967L18.3956 19.7691ZM22 18.9724C22 21.4521 19.1624 22.8612 17.1868 21.3625L7.99598 14.3901C6.41353 13.1896 6.41353 10.8104 7.99599 9.60994L17.1868 2.63757C19.1624 1.13885 22 2.5479 22 5.02764L22 18.9724Z
|
M18.3956 19.7691C19.0541 20.2687 20 19.799 20 18.9724L20 5.02764C20 4.20106 19.0541 3.73137 18.3956 4.23095L9.20476 11.2033C8.67727 11.6035 8.67727 12.3965 9.20476 12.7967L18.3956 19.7691ZM22 18.9724C22 21.4521 19.1624 22.8612 17.1868 21.3625L7.99598 14.3901C6.41353 13.1896 6.41353 10.8104 7.99599 9.60994L17.1868 2.63757C19.1624 1.13885 22 2.5479 22 5.02764L22 18.9724Z
|
||||||
M2 3C2 2.44772 2.44772 2 3 2C3.55228 2 4 2.44772 4 3V21C4 21.5523 3.55228 22 3 22C2.44772 22 2 21.5523 2 21V3Z
|
M2 3C2 2.44772 2.44772 2 3 2C3.55228 2 4 2.44772 4 3V21C4 21.5523 3.55228 22 3 22C2.44772 22 2 21.5523 2 21V3Z
|
||||||
@ -71,9 +77,9 @@
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<!-- Play -->
|
<!-- Play -->
|
||||||
<Button Width="32"
|
<Button Background="Black"
|
||||||
Height="32"
|
Width="43"
|
||||||
Background="Black"
|
Height="43"
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
Margin="0,0,6,0"
|
Margin="0,0,6,0"
|
||||||
ToolTip.Tip="Play/Pause"
|
ToolTip.Tip="Play/Pause"
|
||||||
@ -83,13 +89,16 @@
|
|||||||
Stretch="None"
|
Stretch="None"
|
||||||
RenderTransformOrigin="0,0"
|
RenderTransformOrigin="0,0"
|
||||||
Data="{Binding IsPlaying, Converter={StaticResource PlayPauseGeometry}}">
|
Data="{Binding IsPlaying, Converter={StaticResource PlayPauseGeometry}}">
|
||||||
|
<Path.RenderTransform>
|
||||||
|
<TranslateTransform X="0" Y="3"/>
|
||||||
|
</Path.RenderTransform>
|
||||||
</Path>
|
</Path>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<!-- Stop -->
|
<!-- Stop -->
|
||||||
<Button Command="{Binding StopCommand}"
|
<Button Command="{Binding StopCommand}"
|
||||||
Width="32"
|
Width="43"
|
||||||
Height="32"
|
Height="43"
|
||||||
Background="Black"
|
Background="Black"
|
||||||
Grid.Column="4"
|
Grid.Column="4"
|
||||||
Margin="0,0,6,0"
|
Margin="0,0,6,0"
|
||||||
@ -97,6 +106,9 @@
|
|||||||
<Path Fill="#e0e0e0"
|
<Path Fill="#e0e0e0"
|
||||||
Stretch="None"
|
Stretch="None"
|
||||||
RenderTransformOrigin="0,0">
|
RenderTransformOrigin="0,0">
|
||||||
|
<Path.RenderTransform>
|
||||||
|
<TranslateTransform X="0" Y="3"/>
|
||||||
|
</Path.RenderTransform>
|
||||||
<Path.Data>
|
<Path.Data>
|
||||||
M22 5C22 3.34315 20.6569 2 19 2H5C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5ZM20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z
|
M22 5C22 3.34315 20.6569 2 19 2H5C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5ZM20 5C20 4.44772 19.5523 4 19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5Z
|
||||||
</Path.Data>
|
</Path.Data>
|
||||||
@ -105,14 +117,17 @@
|
|||||||
|
|
||||||
<!-- Fast Forward -->
|
<!-- Fast Forward -->
|
||||||
<Button Command="{Binding FastForwardCommand}"
|
<Button Command="{Binding FastForwardCommand}"
|
||||||
Width="32"
|
Width="43"
|
||||||
Height="32"
|
Height="43"
|
||||||
Background="Black"
|
Background="Black"
|
||||||
Grid.Column="5"
|
Grid.Column="5"
|
||||||
ToolTip.Tip="Fast Forward">
|
ToolTip.Tip="Fast Forward">
|
||||||
<Path Fill="#e0e0e0"
|
<Path Fill="#e0e0e0"
|
||||||
Stretch="None"
|
Stretch="None"
|
||||||
RenderTransformOrigin="0,0">
|
RenderTransformOrigin="0,0">
|
||||||
|
<Path.RenderTransform>
|
||||||
|
<TranslateTransform X="0" Y="3"/>
|
||||||
|
</Path.RenderTransform>
|
||||||
<Path.Data>
|
<Path.Data>
|
||||||
M5.60439 4.23093C4.94586 3.73136 4 4.20105 4 5.02762V18.9724C4 19.799 4.94586 20.2686 5.60439 19.7691L14.7952 12.7967C15.3227 12.3965 15.3227 11.6035 14.7952 11.2033L5.60439 4.23093ZM2 5.02762C2 2.54789 4.83758 1.13883 6.81316 2.63755L16.004 9.60993C17.5865 10.8104 17.5865 13.1896 16.004 14.3901L6.81316 21.3625C4.83758 22.8612 2 21.4521 2 18.9724V5.02762Z
|
M5.60439 4.23093C4.94586 3.73136 4 4.20105 4 5.02762V18.9724C4 19.799 4.94586 20.2686 5.60439 19.7691L14.7952 12.7967C15.3227 12.3965 15.3227 11.6035 14.7952 11.2033L5.60439 4.23093ZM2 5.02762C2 2.54789 4.83758 1.13883 6.81316 2.63755L16.004 9.60993C17.5865 10.8104 17.5865 13.1896 16.004 14.3901L6.81316 21.3625C4.83758 22.8612 2 21.4521 2 18.9724V5.02762Z
|
||||||
M20 3C20 2.44772 20.4477 2 21 2C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21V3Z
|
M20 3C20 2.44772 20.4477 2 21 2C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21V3Z
|
||||||
@ -169,8 +184,8 @@
|
|||||||
Margin="0,0,6,0"/>
|
Margin="0,0,6,0"/>
|
||||||
|
|
||||||
<Button Command="{Binding SetPointACommand}"
|
<Button Command="{Binding SetPointACommand}"
|
||||||
Width="32"
|
Width="43"
|
||||||
Height="32"
|
Height="43"
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Background="Black"
|
Background="Black"
|
||||||
Margin="0,0,6,0"
|
Margin="0,0,6,0"
|
||||||
@ -179,6 +194,9 @@
|
|||||||
<Path Fill="#e0e0e0"
|
<Path Fill="#e0e0e0"
|
||||||
Stretch="None"
|
Stretch="None"
|
||||||
RenderTransformOrigin="0,0">
|
RenderTransformOrigin="0,0">
|
||||||
|
<Path.RenderTransform>
|
||||||
|
<TranslateTransform X="0" Y="3"/>
|
||||||
|
</Path.RenderTransform>
|
||||||
<Path.Data>
|
<Path.Data>
|
||||||
M18.3956 19.7691C19.0541 20.2687 20 19.799 20 18.9724L20 5.02764C20 4.20106 19.0541 3.73137 18.3956 4.23095L9.20476 11.2033C8.67727 11.6035 8.67727 12.3965 9.20476 12.7967L18.3956 19.7691ZM22 18.9724C22 21.4521 19.1624 22.8612 17.1868 21.3625L7.99598 14.3901C6.41353 13.1896 6.41353 10.8104 7.99599 9.60994L17.1868 2.63757C19.1624 1.13885 22 2.5479 22 5.02764L22 18.9724Z
|
M18.3956 19.7691C19.0541 20.2687 20 19.799 20 18.9724L20 5.02764C20 4.20106 19.0541 3.73137 18.3956 4.23095L9.20476 11.2033C8.67727 11.6035 8.67727 12.3965 9.20476 12.7967L18.3956 19.7691ZM22 18.9724C22 21.4521 19.1624 22.8612 17.1868 21.3625L7.99598 14.3901C6.41353 13.1896 6.41353 10.8104 7.99599 9.60994L17.1868 2.63757C19.1624 1.13885 22 2.5479 22 5.02764L22 18.9724Z
|
||||||
M2 3C2 2.44772 2.44772 2 3 2C3.55228 2 4 2.44772 4 3V21C4 21.5523 3.55228 22 3 22C2.44772 22 2 21.5523 2 21V3Z
|
M2 3C2 2.44772 2.44772 2 3 2C3.55228 2 4 2.44772 4 3V21C4 21.5523 3.55228 22 3 22C2.44772 22 2 21.5523 2 21V3Z
|
||||||
@ -188,8 +206,8 @@
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<Button Command="{Binding SetPointBCommand}"
|
<Button Command="{Binding SetPointBCommand}"
|
||||||
Width="32"
|
Width="43"
|
||||||
Height="32"
|
Height="43"
|
||||||
Background="Black"
|
Background="Black"
|
||||||
Grid.Column="2"
|
Grid.Column="2"
|
||||||
ToolTip.Tip="Set Loop Point B">
|
ToolTip.Tip="Set Loop Point B">
|
||||||
@ -197,6 +215,9 @@
|
|||||||
<Path Fill="#e0e0e0"
|
<Path Fill="#e0e0e0"
|
||||||
Stretch="None"
|
Stretch="None"
|
||||||
RenderTransformOrigin="0,0">
|
RenderTransformOrigin="0,0">
|
||||||
|
<Path.RenderTransform>
|
||||||
|
<TranslateTransform X="0" Y="3"/>
|
||||||
|
</Path.RenderTransform>
|
||||||
<Path.Data>
|
<Path.Data>
|
||||||
M5.60439 4.23093C4.94586 3.73136 4 4.20105 4 5.02762V18.9724C4 19.799 4.94586 20.2686 5.60439 19.7691L14.7952 12.7967C15.3227 12.3965 15.3227 11.6035 14.7952 11.2033L5.60439 4.23093ZM2 5.02762C2 2.54789 4.83758 1.13883 6.81316 2.63755L16.004 9.60993C17.5865 10.8104 17.5865 13.1896 16.004 14.3901L6.81316 21.3625C4.83758 22.8612 2 21.4521 2 18.9724V5.02762Z
|
M5.60439 4.23093C4.94586 3.73136 4 4.20105 4 5.02762V18.9724C4 19.799 4.94586 20.2686 5.60439 19.7691L14.7952 12.7967C15.3227 12.3965 15.3227 11.6035 14.7952 11.2033L5.60439 4.23093ZM2 5.02762C2 2.54789 4.83758 1.13883 6.81316 2.63755L16.004 9.60993C17.5865 10.8104 17.5865 13.1896 16.004 14.3901L6.81316 21.3625C4.83758 22.8612 2 21.4521 2 18.9724V5.02762Z
|
||||||
M20 3C20 2.44772 20.4477 2 21 2C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21V3Z
|
M20 3C20 2.44772 20.4477 2 21 2C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21V3Z
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user