diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-04-26 16:23:07 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-04-26 16:23:07 +0300 |
| commit | 07a75244fe05eb4b2b0b628ec8f038cced238579 (patch) | |
| tree | 77c9d16c2632e2f0f36a533cf6e0bff2ffac0de9 /Software/Visual_Studio/PPC/Tango.PPC.UI/Views | |
| parent | f86efbca4aac00a1a4e6d290feca1a0236c2d828 (diff) | |
| download | Tango-07a75244fe05eb4b2b0b628ec8f038cced238579.tar.gz Tango-07a75244fe05eb4b2b0b628ec8f038cced238579.zip | |
Eureka UI Screen.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml | 6 | ||||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml index d827205f8..a2d0d5930 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml @@ -204,8 +204,8 @@ </Grid> </Grid> - <Grid Background="Gainsboro" Grid.Column="2" Width="1260" Height="1280"> - <Viewbox > + <Grid Background="Gainsboro" Grid.Column="2"> + <Viewbox> <local:MachineStatusView /> </Viewbox> </Grid> @@ -213,7 +213,7 @@ <Grid Grid.Column="1" Background="{StaticResource TangoPrimaryBackgroundBrush}"> <Grid> <!--<Viewbox>--> - <touch:TouchPanelEureka Width="800" Height="1280" + <touch:TouchPanelEureka Margin="0 -40 0 0" Width="900" Height="1445" HasMessageBox="{Binding NotificationProvider.HasMessageBox}" CurrentMessageBox="{Binding NotificationProvider.CurrentMessageBox}" HasDialog="{Binding NotificationProvider.HasDialog}" diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml index 25841cb94..9ee64f4a8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/MachineStatusView.xaml @@ -119,7 +119,7 @@ </UserControl.Resources> - <Grid Width="1260" Height="1280"> + <Grid Width="1246" Height="1400"> <Grid.ColumnDefinitions> <ColumnDefinition Width="32"></ColumnDefinition> <ColumnDefinition Width="1*"></ColumnDefinition> |
