aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2021-10-12 13:01:33 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2021-10-12 13:01:33 +0300
commit63c1f7b5d85d2f1e6b4eeac612d5bb02d30481c7 (patch)
tree5816de8d592fc0b698fcbfb8d9754e79adabcbd7 /Software/Visual_Studio/Tango.Touch/Controls
parent51508e45178b12fb9cd861b9890f69e50c1c7c76 (diff)
downloadTango-63c1f7b5d85d2f1e6b4eeac612d5bb02d30481c7.tar.gz
Tango-63c1f7b5d85d2f1e6b4eeac612d5bb02d30481c7.zip
Created custom control TouchSlider with 3 thumbs.
Related Work Items: #3773
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/TouchNavigationLinks.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchNavigationLinks.xaml b/Software/Visual_Studio/Tango.Touch/Controls/TouchNavigationLinks.xaml
index b771e6130..7bab0c3db 100644
--- a/Software/Visual_Studio/Tango.Touch/Controls/TouchNavigationLinks.xaml
+++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchNavigationLinks.xaml
@@ -77,7 +77,7 @@
<Border BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" Padding="{TemplateBinding Padding}" SnapsToDevicePixels="true">
<StackPanel>
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"/>
- <Line x:Name="PART_Rectangle" X1="0" X2="0" Y1="0" Y2="0" Margin="0 5 0 0" HorizontalAlignment="Left" Stroke="{StaticResource TangoPrimaryAccentBrush}" StrokeThickness="3"></Line>
+ <Line x:Name="PART_Rectangle" X1="0" X2="0" Y1="0" Y2="0" Margin="0 5 0 0" HorizontalAlignment="Stretch" Stroke="{StaticResource TangoPrimaryAccentBrush}" StrokeThickness="3"></Line>
</StackPanel>
</Border>
</ControlTemplate>