aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-01-31 11:38:36 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-01-31 11:38:36 +0200
commit59fee3a258ff15567d21021b661f27d0a6958f8c (patch)
tree3ddce746890ac8a40f35463308e1c5a05fd3ec59 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml.cs
parentc64b07d93d944a294df08cee553800a09757d6ec (diff)
downloadTango-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.cs2
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;