fix(ui): fix SettingsWindow and dialog titlebar margins, vertical alignment, and button styling
This commit is contained in:
parent
1f794e9e08
commit
7cb75fd3aa
5 changed files with 129 additions and 19 deletions
|
|
@ -23,7 +23,7 @@
|
|||
<RowDefinition Height="*"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
</Grid.RowDefinitions>
|
||||
<ui:TitleBar Grid.Row="0" Title="진단" Height="32"/>
|
||||
<ui:TitleBar Grid.Row="0" Title="진단" ShowMaximize="False" ShowMinimize="False"/>
|
||||
<ScrollViewer Grid.Row="1" Margin="24,8,24,16" VerticalScrollBarVisibility="Auto">
|
||||
<StackPanel x:Name="ItemsPanel"/>
|
||||
</ScrollViewer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue