aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Views
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-05-17 15:54:30 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-05-17 15:54:30 +0300
commit11aff2c52535254745dd521322b2b7f46ae16123 (patch)
treee122666e3f2203fb0f2f5f5024b20aa2fe77aade /Software/Visual_Studio/PPC/Tango.PPC.UI/Views
parent67fbfd4810548b363ea2e3a1a0454408020df42f (diff)
downloadTango-11aff2c52535254745dd521322b2b7f46ae16123.tar.gz
Tango-11aff2c52535254745dd521322b2b7f46ae16123.zip
PPC. Added General Information dialog. Changes in System Technion for Eureka.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Views')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml12
1 files changed, 7 insertions, 5 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 a72dc2d1d..84d1108f2 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Views/LayoutEurekaView.xaml
@@ -47,11 +47,13 @@
<DropShadowEffect Color="Silver" ShadowDepth="0" BlurRadius="20" Opacity="1" />
</Border.Effect>-->
<!--</Border>-->
- <StackPanel >
- <DockPanel Background="{StaticResource TangoMenuPanelDarkBrush}">
- <Image Source="/Images/logo.png" Stretch="Uniform" HorizontalAlignment="Center" Margin="0 10 10 10" Width="157" Height="51"></Image>
- </DockPanel>
- </StackPanel>
+ <touch:TouchButton Padding="0 0" Command="{Binding OpenGeneralinformationCommand}" Style="{StaticResource TangoFlatButton}" Background="Transparent">
+ <StackPanel >
+ <DockPanel Background="{StaticResource TangoMenuPanelDarkBrush}">
+ <Image Source="/Images/logo.png" Stretch="Uniform" HorizontalAlignment="Center" Margin="0 10 10 10" Width="157" Height="51"></Image>
+ </DockPanel>
+ </StackPanel>
+ </touch:TouchButton>
</Grid>
</Border>
<touch:TouchButton Command="{Binding MenuOrBackCommand}" Padding="8" Style="{StaticResource TangoFlatButton}" Width="164" Height="32" IsHitTestVisible="{Binding NavigationManager.IsNavigating,Converter={StaticResource BooleanInverseConverter}}"