aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-04-22 19:50:30 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-04-22 19:50:30 +0300
commitffbda2b8be71d4942e0d4af2f53b5bde357c72e2 (patch)
tree6656196be6ecaccaed9b39aaf1a75619aeec194b /Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml
parentc2945492e7c4d168c36b632d1f28dd8ca569b5ac (diff)
parent0a63ef17afb9afe60e4ea98cff86dda7fbdad1f6 (diff)
downloadTango-ffbda2b8be71d4942e0d4af2f53b5bde357c72e2.tar.gz
Tango-ffbda2b8be71d4942e0d4af2f53b5bde357c72e2.zip
MERGE!
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml b/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml
index c00bd40b9..e6acda366 100644
--- a/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml
+++ b/Software/Visual_Studio/Tango.Touch/Controls/TouchTextBox.xaml
@@ -8,7 +8,7 @@
xmlns:local="clr-namespace:Tango.Touch.Controls">
<ResourceDictionary.MergedDictionaries>
- <ResourceDictionary Source="../Resources/Colors.xaml" />
+ <components:SharedResourceDictionary Source="../Resources/Colors.xaml" />
<ResourceDictionary>
<converters:StringNullOrEmptyToBooleanConverter x:Key="StringNullOrEmptyToBooleanConverter" />