diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-09-04 17:01:08 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-09-04 17:01:08 +0300 |
| commit | 76796ca52a69cfce922be253d6e9207ccbfd09a7 (patch) | |
| tree | 17b9871d793e6d4b5fbaed297280cf137f009bb8 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml | |
| parent | 3473064786b9a1d29a1d1334d1a189d1c8d369bc (diff) | |
| download | Tango-76796ca52a69cfce922be253d6e9207ccbfd09a7.tar.gz Tango-76796ca52a69cfce922be253d6e9207ccbfd09a7.zip | |
Started working on Test Studio...
Machine Studio v3.4.42
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml index 44b2ed401..6c55f6c5e 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/MainWindow.xaml @@ -10,11 +10,11 @@ mc:Ignorable="d" Title="Tango" Height="800" Width="1280" Foreground="#494949" BorderThickness="1" BorderBrush="{StaticResource AccentColorBrush}"> - <Grid> + <Grid x:Name="main_grid"> <Grid.Background> <ImageBrush ImageSource="/Images/White-Abstract.png" Stretch="Fill"></ImageBrush> </Grid.Background> - <Viewbox Stretch="Fill"> + <!--<Viewbox Stretch="None" x:Name="viewbox">--> <Grid x:Name="grid" Width="1920" Height="1100"> <Grid> <sharedControls:NavigationControl TransitionAlwaysFades="True" TransitionType="Zoom" x:Name="NavigationControl" x:FieldModifier="public"> @@ -30,6 +30,6 @@ </Grid> </Grid> </Grid> - </Viewbox> + <!--</Viewbox>--> </Grid> </mahapps:MetroWindow> |
