Skip to content

Commit

Permalink
optimize background
Browse files Browse the repository at this point in the history
  • Loading branch information
LazuliKao committed Feb 18, 2023
1 parent 85c5c79 commit 0f35afe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/LipUI/Views/Controls/ToothInfoPanel.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
xmlns:viewModels="clr-namespace:LipUI.ViewModels"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
d:DataContext="{d:DesignInstance viewModels:ToothInfoPanelViewModel,IsDesignTimeCreatable=False}"
mc:Ignorable="d"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="200">
<Grid>
<ScrollViewer>
<ui:Card>
<ui:Card MinWidth="300" Background="{DynamicResource ApplicationBackgroundBrush}">
<DockPanel>
<DockPanel DockPanel.Dock="Top">
<TextBlock Text="包名:" VerticalAlignment="Center"/>
Expand Down
2 changes: 1 addition & 1 deletion src/LipUI/Views/Pages/LipRegistryPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
mc:Ignorable="d">
<Grid Margin="20,0">
<Grid ZIndex="2" HorizontalAlignment="Left" Margin="10,0,0,0" VerticalAlignment="Center" Width="0" >
<Grid ZIndex="2" HorizontalAlignment="Center" Margin="10,0,0,0" VerticalAlignment="Center" Width="0" >
<Grid.Style>
<Style>
<Style.Triggers>
Expand Down
2 changes: 1 addition & 1 deletion src/LipUI/Views/Pages/ToothLocalPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
mc:Ignorable="d">
<Grid Margin="20,0">
<Grid ZIndex="2" HorizontalAlignment="Left" Margin="10,0,0,0" VerticalAlignment="Center" Width="0" >
<Grid ZIndex="2" HorizontalAlignment="Center" Margin="10,0,0,0" VerticalAlignment="Center" Width="0" >
<Grid.Style>
<Style>
<Style.Triggers>
Expand Down

0 comments on commit 0f35afe

Please sign in to comment.