Improvements and Adjustments

This commit is contained in:
2dust
2025-01-10 20:12:42 +08:00
parent edbd168dcf
commit 6c6de1ae7f
7 changed files with 19 additions and 19 deletions

View File

@@ -14,14 +14,13 @@
</Style>
</UserControl.Styles>
<DockPanel Classes="Margin8">
<DockPanel Classes="Margin8" DockPanel.Dock="Bottom">
<StackPanel Classes="Margin8" DockPanel.Dock="Bottom">
<TextBlock
Name="txtMsg"
HorizontalAlignment="Left"
Classes="Margin8" />
</DockPanel>
</StackPanel>
<StackPanel>
<Border
@@ -90,6 +89,7 @@
<Button
Width="30"
Height="30"
MinWidth="30"
Margin="10,0"
Theme="{DynamicResource BorderlessButton}">
<Button.Content>

View File

@@ -28,7 +28,7 @@
Text="{x:Static resx:ResUI.menuRulemode}" />
<ComboBox
x:Name="cmbRulemode"
Width="80"
Width="100"
Margin="8,0">
<ComboBoxItem Content="{x:Static resx:ResUI.menuModeRule}" />
<ComboBoxItem Content="{x:Static resx:ResUI.menuModeGlobal}" />
@@ -41,7 +41,7 @@
Text="{x:Static resx:ResUI.TbSorting}" />
<ComboBox
x:Name="cmbSorting"
Width="60"
Width="100"
Margin="8,0">
<ComboBoxItem Content="{x:Static resx:ResUI.TbSortingDelay}" />
<ComboBoxItem Content="{x:Static resx:ResUI.TbSortingName}" />

View File

@@ -15,7 +15,7 @@
<Setter Property="Width" Value="100" />
</Style>
<Style Selector="ComboBox">
<Setter Property="Width" Value="150" />
<Setter Property="Width" Value="130" />
</Style>
</UserControl.Styles>
@@ -33,7 +33,7 @@
</Button.Content>
<Button.Flyout>
<Flyout>
<StackPanel>
<StackPanel Margin="0,12">
<StackPanel Orientation="Horizontal">
<TextBlock
VerticalAlignment="Center"