mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Delay item in plugin setting page layout
This commit is contained in:
parent
f3fcaee14e
commit
276af4332f
2 changed files with 6 additions and 4 deletions
|
|
@ -102,12 +102,12 @@
|
|||
<TextBlock
|
||||
Margin="0 0 8 0"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="13"
|
||||
FontSize="13" ToolTip="{DynamicResource priorityToolTip}"
|
||||
Foreground="{DynamicResource Color08B}"
|
||||
Text="{DynamicResource priority}" />
|
||||
<ui:NumberBox
|
||||
Margin="0 0 8 0"
|
||||
Maximum="999"
|
||||
Maximum="999" ToolTip="{DynamicResource priorityToolTip}"
|
||||
Minimum="0"
|
||||
Value="{Binding Priority, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
||||
SpinButtonPlacementMode="Inline" />
|
||||
|
|
@ -143,7 +143,7 @@
|
|||
<StackPanel>
|
||||
<ContentControl Content="{Binding BottomPart1}" />
|
||||
|
||||
<ContentControl Content="{Binding BottomPart2}" />
|
||||
<!-- <ContentControl Content="{Binding BottomPart2}" /> -->
|
||||
|
||||
<Border
|
||||
Background="{DynamicResource Color00B}"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,9 @@
|
|||
Text="{DynamicResource FilterComboboxLabel}" />
|
||||
<ComboBox
|
||||
x:Name="DisplayModeComboBox"
|
||||
Width="150"
|
||||
Width="Auto"
|
||||
MinWidth="150"
|
||||
MaxWidth="150"
|
||||
Height="34" HorizontalContentAlignment="Left"
|
||||
Margin="0 0 4 0"
|
||||
Background="{DynamicResource Color00B}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue