diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-31 13:40:01 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-31 13:40:01 +0300 |
| commit | 6f27e675c8349d873f683255ae842a4de59ebde7 (patch) | |
| tree | 5abe56f20f89bc2ae775170e0726d17d267a0dbb /Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml | |
| parent | f03676747c3c4207da0be4e59273cbbca9b79649 (diff) | |
| download | Tango-6f27e675c8349d873f683255ae842a4de59ebde7.tar.gz Tango-6f27e675c8349d873f683255ae842a4de59ebde7.zip | |
Working on PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml index a62e31325..2465abc3d 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:Tango.PPC.UI" xmlns:views="clr-namespace:Tango.PPC.UI.Views" mc:Ignorable="d" - Title="MainWindow" Height="1000" Stylus.IsTapFeedbackEnabled="False" Stylus.IsPressAndHoldEnabled="False" Stylus.IsTouchFeedbackEnabled="False" Width="625" WindowStyle="None" ResizeMode="NoResize" FontFamily="{StaticResource Flexo}"> + Title="MainWindow" Height="1000" Stylus.IsTapFeedbackEnabled="False" Stylus.IsPressAndHoldEnabled="False" Stylus.IsTouchFeedbackEnabled="False" Width="625" WindowStyle="None" ResizeMode="NoResize" FontFamily="{StaticResource TangoFlexoFontFamily}"> <Grid> <Viewbox Stretch="Fill"> <Grid Height="1280" Width="800"> |
