Cleanup AXAML and hide sticks when only one is present on guest controller.
This commit is contained in:
parent
75c7a29278
commit
ffe366d953
@ -335,7 +335,8 @@
|
|||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="5"
|
CornerRadius="5"
|
||||||
Height="{Binding UiStickBorderSize}"
|
Height="{Binding UiStickBorderSize}"
|
||||||
Width="{Binding UiStickBorderSize}">
|
Width="{Binding UiStickBorderSize}"
|
||||||
|
IsVisible="{Binding IsLeft}">
|
||||||
<Canvas
|
<Canvas
|
||||||
Background="{DynamicResource ThemeBackgroundColor}"
|
Background="{DynamicResource ThemeBackgroundColor}"
|
||||||
Height="{Binding UiCanvasSize}"
|
Height="{Binding UiCanvasSize}"
|
||||||
@ -349,9 +350,7 @@
|
|||||||
Stroke="Black"
|
Stroke="Black"
|
||||||
StrokeThickness="1"
|
StrokeThickness="1"
|
||||||
Width="{Binding UiCanvasSize}"
|
Width="{Binding UiCanvasSize}"
|
||||||
Height="{Binding UiCanvasSize}"
|
Height="{Binding UiCanvasSize}"/>
|
||||||
Canvas.Bottom="2"
|
|
||||||
Canvas.Left="2" />
|
|
||||||
<Ellipse
|
<Ellipse
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Fill="Gray"
|
Fill="Gray"
|
||||||
@ -372,7 +371,8 @@
|
|||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="5"
|
CornerRadius="5"
|
||||||
Height="{Binding UiStickBorderSize}"
|
Height="{Binding UiStickBorderSize}"
|
||||||
Width="{Binding UiStickBorderSize}">
|
Width="{Binding UiStickBorderSize}"
|
||||||
|
IsVisible="{Binding IsRight}">
|
||||||
<Canvas
|
<Canvas
|
||||||
Background="{DynamicResource ThemeBackgroundColor}"
|
Background="{DynamicResource ThemeBackgroundColor}"
|
||||||
Height="{Binding UiCanvasSize}"
|
Height="{Binding UiCanvasSize}"
|
||||||
@ -386,9 +386,7 @@
|
|||||||
Stroke="Black"
|
Stroke="Black"
|
||||||
StrokeThickness="1"
|
StrokeThickness="1"
|
||||||
Width="{Binding UiCanvasSize}"
|
Width="{Binding UiCanvasSize}"
|
||||||
Height="{Binding UiCanvasSize}"
|
Height="{Binding UiCanvasSize}"/>
|
||||||
Canvas.Bottom="2"
|
|
||||||
Canvas.Left="2" />
|
|
||||||
<Ellipse
|
<Ellipse
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Fill="Gray"
|
Fill="Gray"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user