mirror of https://github.com/2dust/v2rayN
Adjust the group style
parent
ca334104d7
commit
bf9f7ca990
|
@ -333,41 +333,34 @@
|
||||||
</materialDesign:PopupBox>
|
</materialDesign:PopupBox>
|
||||||
</ToolBar>
|
</ToolBar>
|
||||||
</ToolBarTray>
|
</ToolBarTray>
|
||||||
<ToolBarTray DockPanel.Dock="Top">
|
<WrapPanel Margin="2" DockPanel.Dock="Top">
|
||||||
<ToolBar
|
<ListBox
|
||||||
HorizontalAlignment="Center"
|
x:Name="lstGroup"
|
||||||
VerticalAlignment="Center"
|
FontSize="{DynamicResource StdFontSize}"
|
||||||
ClipToBounds="True"
|
ItemContainerStyle="{StaticResource MyChipListBoxItem}"
|
||||||
Style="{StaticResource MaterialDesignToolBar}">
|
Style="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBox}">
|
||||||
<ListBox
|
<ListBox.ItemTemplate>
|
||||||
x:Name="lstGroup"
|
<DataTemplate>
|
||||||
FontSize="{DynamicResource StdFontSize}"
|
<TextBlock Text="{Binding remarks}" />
|
||||||
ItemContainerStyle="{StaticResource MyChipListBoxItem}"
|
</DataTemplate>
|
||||||
Style="{StaticResource MaterialDesignChoiceChipPrimaryOutlineListBox}">
|
</ListBox.ItemTemplate>
|
||||||
<ListBox.ItemTemplate>
|
</ListBox>
|
||||||
<DataTemplate>
|
<Button
|
||||||
<TextBlock Text="{Binding remarks}" />
|
x:Name="btnAddSub"
|
||||||
</DataTemplate>
|
Width="30"
|
||||||
</ListBox.ItemTemplate>
|
Height="30"
|
||||||
</ListBox>
|
Margin="4,0"
|
||||||
<Button
|
Style="{StaticResource MaterialDesignFloatingActionMiniLightButton}">
|
||||||
x:Name="btnAddSub"
|
<materialDesign:PackIcon Kind="Plus" />
|
||||||
Width="30"
|
</Button>
|
||||||
Height="30"
|
<TextBox
|
||||||
Margin="4,0"
|
x:Name="txtServerFilter"
|
||||||
Style="{StaticResource MaterialDesignFloatingActionMiniLightButton}">
|
Width="200"
|
||||||
<materialDesign:PackIcon Kind="Plus" />
|
Margin="4,0"
|
||||||
</Button>
|
materialDesign:HintAssist.Hint="{x:Static resx:ResUI.MsgServerTitle}"
|
||||||
<Separator />
|
materialDesign:TextFieldAssist.HasClearButton="True"
|
||||||
<TextBox
|
Style="{StaticResource DefTextBox}" />
|
||||||
x:Name="txtServerFilter"
|
</WrapPanel>
|
||||||
Width="100"
|
|
||||||
Margin="4,0"
|
|
||||||
materialDesign:HintAssist.Hint="{x:Static resx:ResUI.MsgServerTitle}"
|
|
||||||
materialDesign:TextFieldAssist.HasClearButton="True"
|
|
||||||
Style="{StaticResource DefTextBox}" />
|
|
||||||
</ToolBar>
|
|
||||||
</ToolBarTray>
|
|
||||||
|
|
||||||
<materialDesign:ColorZone
|
<materialDesign:ColorZone
|
||||||
Height="50"
|
Height="50"
|
||||||
|
|
Loading…
Reference in New Issue