Skip to content

Commit 068ffdf

Browse files
committed
- Adjust Priority Button
1 parent 27f5255 commit 068ffdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@
827827
<TextBlock
828828
Margin="0,2,0,0"
829829
Foreground="#5f5f5f"
830-
TextWrapping="Wrap">
830+
TextWrapping="WrapWithOverflow">
831831
<Run FontSize="12" Text="{Binding PluginPair.Metadata.Description}" />
832832
</TextBlock>
833833
</StackPanel>
@@ -838,10 +838,10 @@
838838
VerticalAlignment="Center"
839839
FontSize="12"
840840
Text="{DynamicResource priority}" />
841-
<Border CornerRadius="5">
841+
<Border>
842842
<Button
843843
x:Name="PriorityButton"
844-
Margin="5,0,0,0"
844+
Margin="0,0,0,0"
845845
VerticalAlignment="Center"
846846
Click="OnPluginPriorityClick"
847847
Content="{Binding Priority, UpdateSourceTrigger=PropertyChanged}"

0 commit comments

Comments
 (0)