diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-06-20 18:15:38 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-06-20 18:15:38 +0300 |
| commit | aac9149694dceea12240ece6b760055292de7e48 (patch) | |
| tree | 5bd6428eb179582075b1ecbada4f77afaaf8692c /Software/Visual_Studio/PPC/Tango.PPC.UI/MainWindow.xaml | |
| parent | 9f50af7e965e0c83a5d25021006515dcca21196c (diff) | |
| download | Tango-aac9149694dceea12240ece6b760055292de7e48.tar.gz Tango-aac9149694dceea12240ece6b760055292de7e48.zip | |
Set better PPC window size on for debug on 1920x1080.
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 9907a7c2c..8ce5148b7 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="Tango - PPC" Height="1000" Stylus.IsTapFeedbackEnabled="False" Stylus.IsPressAndHoldEnabled="False" Stylus.IsTouchFeedbackEnabled="False" Width="800" WindowStyle="SingleBorderWindow" ResizeMode="CanResize" WindowStartupLocation="CenterScreen" + Title="Tango - PPC" Height="800" Stylus.IsTapFeedbackEnabled="False" Stylus.IsPressAndHoldEnabled="False" Stylus.IsTouchFeedbackEnabled="False" Width="800" WindowStyle="SingleBorderWindow" ResizeMode="CanResize" WindowStartupLocation="CenterScreen" FontFamily="{StaticResource TangoFlexoFontFamily}" FontSize="{StaticResource TangoDefaultFontSize}" Foreground="{StaticResource TangoDarkForegroundBrush}" |
