aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Touch/Controls/MessageBoxVM.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-24 16:59:20 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-24 16:59:20 +0300
commit3d1002b25ebc05c88336dc56ec03f627fd49d200 (patch)
tree0a97f20cfd0acf25f354554fd1790f072b3aac8d /Software/Visual_Studio/Tango.Touch/Controls/MessageBoxVM.cs
parent615311366218b9db2cdf5067b207743f41e95b8d (diff)
downloadTango-3d1002b25ebc05c88336dc56ec03f627fd49d200.tar.gz
Tango-3d1002b25ebc05c88336dc56ec03f627fd49d200.zip
Fixed issue with light touch scroll viewer.
Implemented PPC color fine tuning.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Controls/MessageBoxVM.cs')
-rw-r--r--Software/Visual_Studio/Tango.Touch/Controls/MessageBoxVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Controls/MessageBoxVM.cs b/Software/Visual_Studio/Tango.Touch/Controls/MessageBoxVM.cs
index 15e2d0c5c..0330c3cb1 100644
--- a/Software/Visual_Studio/Tango.Touch/Controls/MessageBoxVM.cs
+++ b/Software/Visual_Studio/Tango.Touch/Controls/MessageBoxVM.cs
@@ -14,7 +14,7 @@ namespace Tango.Touch.Controls
{
public String Title { get; set; }
- public BitmapSource Icon { get; set; }
+ public TouchIconKind Icon { get; set; }
public Brush Brush { get; set; }