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 ce3ba580 authored by Harald Martini's avatar Harald Martini
Browse files

Moved DataGridStyles to Resources/Styles,

Changed size of JobList and outputview in Joblistview
parent 94b962c8
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
<ResourceDictionary Source="Resources/Styles/GlobalStyles.xaml"/>
<ResourceDictionary Source="Resources/Styles/Colors.xaml"/>
<ResourceDictionary Source="Resources/Styles/ButtonStyles.xaml"/>
<ResourceDictionary Source="DataGridStyles.xaml"/>
<ResourceDictionary Source="Resources/Styles/DataGridStyles.xaml"/>
<ResourceDictionary Source="Resources/Templates/ErrorTemplates.xaml"/>
<ResourceDictionary Source="Resources/ObjectProvider.xaml"/>
<ResourceDictionary Source="Resources/Icons/drawables.xaml"/>
......@@ -23,5 +23,4 @@
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
......@@ -471,7 +471,7 @@
<Compile Include="Views\XMLViewer.xaml.cs">
<DependentUpon>XMLViewer.xaml</DependentUpon>
</Compile>
<Page Include="DataGridStyles.xaml">
<Page Include="Resources\Styles\DataGridStyles.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Resources\DataTemplateSelectors.xaml">
......
......@@ -18,7 +18,7 @@
<ColumnDefinition Width="1*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="1.5*"/>
<RowDefinition Height="1*"/>
<RowDefinition Height="5"></RowDefinition>
<RowDefinition Height="1*"/>
</Grid.RowDefinitions>
......
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