Adjust the group style

pull/3301/head
2dust 2023-02-15 20:47:17 +08:00
parent ca334104d7
commit bf9f7ca990
1 changed files with 28 additions and 35 deletions

View File

@ -333,12 +333,7 @@
</materialDesign:PopupBox>
</ToolBar>
</ToolBarTray>
<ToolBarTray DockPanel.Dock="Top">
<ToolBar
HorizontalAlignment="Center"
VerticalAlignment="Center"
ClipToBounds="True"
Style="{StaticResource MaterialDesignToolBar}">
<WrapPanel Margin="2" DockPanel.Dock="Top">
<ListBox
x:Name="lstGroup"
FontSize="{DynamicResource StdFontSize}"
@ -358,16 +353,14 @@
Style="{StaticResource MaterialDesignFloatingActionMiniLightButton}">
<materialDesign:PackIcon Kind="Plus" />
</Button>
<Separator />
<TextBox
x:Name="txtServerFilter"
Width="100"
Width="200"
Margin="4,0"
materialDesign:HintAssist.Hint="{x:Static resx:ResUI.MsgServerTitle}"
materialDesign:TextFieldAssist.HasClearButton="True"
Style="{StaticResource DefTextBox}" />
</ToolBar>
</ToolBarTray>
</WrapPanel>
<materialDesign:ColorZone
Height="50"