diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-01-31 11:38:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-01-31 11:38:36 +0200 |
| commit | 59fee3a258ff15567d21021b661f27d0a6958f8c (patch) | |
| tree | 3ddce746890ac8a40f35463308e1c5a05fd3ec59 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs | |
| parent | c64b07d93d944a294df08cee553800a09757d6ec (diff) | |
| download | Tango-59fee3a258ff15567d21021b661f27d0a6958f8c.tar.gz Tango-59fee3a258ff15567d21021b661f27d0a6958f8c.zip | |
Some fixes.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs index feb1e41b3..e9e1ca979 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs @@ -103,7 +103,7 @@ namespace Tango.MachineStudio.UI switch (ratio) { case 16d / 9d: - grid.Height = 1100; + grid.Height = 1000; break; case 16d / 10d: grid.Height = 1145; |
