Skip to content

Commit

Permalink
UI Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed May 3, 2020
1 parent 71c9d5d commit b737988
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DistrictEnergy/Views/ExportView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</UserControl.Resources>
<materialDesign:Card Padding="5" Margin="5">
<materialDesign:Card Padding="0" Margin="10">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<StackPanel Grid.Row="1">
<StackPanel>
<Expander BorderBrush="{DynamicResource MaterialDesignBody}">
<Expander.Header>
<TextBlock Grid.Row="0" Style="{DynamicResource MaterialDesignSubtitle1TextBlock}"
Text="{Binding Name}">
Text="{Binding Name}" Margin="-15,0,0,0">
</TextBlock>
</Expander.Header>
<StackPanel>
<StackPanel Margin="5,0,10,10">
<materialDesign:ColorPicker Color="{Binding Color}" HueSliderPosition="Bottom" />
<Grid Margin="0,8,0,0" VerticalAlignment="Top">
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit b737988

Please sign in to comment.