Stick Visualizer #579
@ -325,6 +325,13 @@
|
|||||||
CornerRadius="5"
|
CornerRadius="5"
|
||||||
Margin="0,10"
|
Margin="0,10"
|
||||||
MinHeight="90">
|
MinHeight="90">
|
||||||
|
<StackPanel Orientation="Vertical">
|
||||||
|
<Image
|
||||||
|
Margin="5,10"
|
||||||
|
MaxHeight="300"
|
||||||
|
HorizontalAlignment="Stretch"
|
||||||
|
VerticalAlignment="Stretch"
|
||||||
|
Source="{Binding Image}" />
|
||||||
<StackPanel
|
<StackPanel
|
||||||
Margin="10"
|
Margin="10"
|
||||||
Orientation="Horizontal"
|
Orientation="Horizontal"
|
||||||
@ -350,13 +357,13 @@
|
|||||||
Stroke="Black"
|
Stroke="Black"
|
||||||
StrokeThickness="1"
|
StrokeThickness="1"
|
||||||
Width="{Binding Visualizer.UiCanvasSize}"
|
Width="{Binding Visualizer.UiCanvasSize}"
|
||||||
Height="{Binding Visualizer.UiCanvasSize}"/>
|
Height="{Binding Visualizer.UiCanvasSize}" />
|
||||||
<Ellipse
|
<Ellipse
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Fill="Gray"
|
Fill="Gray"
|
||||||
Opacity="100"
|
Opacity="100"
|
||||||
Height="{Binding Visualizer.UiDeadzoneLeft}"
|
Height="{Binding Visualizer.UiDeadzoneLeft}"
|
||||||
Width="{Binding Visualizer.UiDeadzoneLeft}"/>
|
Width="{Binding Visualizer.UiDeadzoneLeft}" />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Ellipse
|
<Ellipse
|
||||||
Fill="Red"
|
Fill="Red"
|
||||||
@ -386,13 +393,13 @@
|
|||||||
Stroke="Black"
|
Stroke="Black"
|
||||||
StrokeThickness="1"
|
StrokeThickness="1"
|
||||||
Width="{Binding Visualizer.UiCanvasSize}"
|
Width="{Binding Visualizer.UiCanvasSize}"
|
||||||
Height="{Binding Visualizer.UiCanvasSize}"/>
|
Height="{Binding Visualizer.UiCanvasSize}" />
|
||||||
<Ellipse
|
<Ellipse
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Fill="Gray"
|
Fill="Gray"
|
||||||
Opacity="100"
|
Opacity="100"
|
||||||
Height="{Binding Visualizer.UiDeadzoneRight}"
|
Height="{Binding Visualizer.UiDeadzoneRight}"
|
||||||
Width="{Binding Visualizer.UiDeadzoneRight}"/>
|
Width="{Binding Visualizer.UiDeadzoneRight}" />
|
||||||
</Grid>
|
</Grid>
|
||||||
<Ellipse
|
<Ellipse
|
||||||
Fill="Red"
|
Fill="Red"
|
||||||
@ -403,12 +410,12 @@
|
|||||||
</Canvas>
|
</Canvas>
|
||||||
</Border>
|
</Border>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<Border
|
<Border
|
||||||
BorderBrush="{DynamicResource ThemeControlBorderColor}"
|
BorderBrush="{DynamicResource ThemeControlBorderColor}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="5"
|
CornerRadius="5">
|
||||||
MinHeight="90">
|
|
||||||
<StackPanel
|
<StackPanel
|
||||||
Margin="8"
|
Margin="8"
|
||||||
Orientation="Vertical">
|
Orientation="Vertical">
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
xmlns:settings="clr-namespace:Ryujinx.Ava.UI.Views.Settings"
|
xmlns:settings="clr-namespace:Ryujinx.Ava.UI.Views.Settings"
|
||||||
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
|
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
|
||||||
Width="1100"
|
Width="1100"
|
||||||
Height="768"
|
Height="850"
|
||||||
MinWidth="800"
|
MinWidth="800"
|
||||||
MinHeight="480"
|
MinHeight="480"
|
||||||
WindowStartupLocation="CenterOwner"
|
WindowStartupLocation="CenterOwner"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user