Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit bbd202cc authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge branch 'feature/VECTO-1410-multistage-tool-buses' of...

Merge branch 'feature/VECTO-1410-multistage-tool-buses' of git+ssh://129.27.107.191:2211/vecto-dev into feature_IVT/VECTO-1410-multistage-tool-buses
parents 2af90d18 dd1038a1
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
</Grid>
<Grid Grid.Row="2" Margin="0,0,0,0">
<ContentControl Name="ContentControlBottom" Content="{Binding CurrentViewModelBottom}"/>
<ContentControl Name="ContentControlBottom" Content="{Binding CurrentViewModelBottom}" Visibility="Collapsed"/>
</Grid>
</Grid>
......
......@@ -4,8 +4,10 @@
<Color x:Key="SystemAccentColor">
</Color>
<SolidColorBrush x:Key="AccentColorButton" Color="{x:Static SystemParameters.WindowGlassColor}"/>
<!-- <SolidColorBrush x:Key="AccentColorButton" Color="#FF10796B"/>-->
<!--SolidColorBrush x:Key="AccentColorButton" Color="{x:Static SystemParameters.WindowGlassColor}"/-->
<!--<SolidColorBrush x:Key="AccentColorButton" Color="}"></SolidColorBrush>-->
<SolidColorBrush x:Key="AccentColorButton" Color="#FF10796B"/>
<Color x:Key="ButtonBackgroundColor">White</Color>
<SolidColorBrush x:Key="ButtonHighlightColor" Opacity="0.3"
Color="{Binding Color, Source={StaticResource AccentColorButton}, Mode=OneWay}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment