We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f5255 commit 068ffdfCopy full SHA for 068ffdf
Flow.Launcher/SettingWindow.xaml
@@ -827,7 +827,7 @@
827
<TextBlock
828
Margin="0,2,0,0"
829
Foreground="#5f5f5f"
830
- TextWrapping="Wrap">
+ TextWrapping="WrapWithOverflow">
831
<Run FontSize="12" Text="{Binding PluginPair.Metadata.Description}" />
832
</TextBlock>
833
</StackPanel>
@@ -838,10 +838,10 @@
838
VerticalAlignment="Center"
839
FontSize="12"
840
Text="{DynamicResource priority}" />
841
- <Border CornerRadius="5">
+ <Border>
842
<Button
843
x:Name="PriorityButton"
844
- Margin="5,0,0,0"
+ Margin="0,0,0,0"
845
846
Click="OnPluginPriorityClick"
847
Content="{Binding Priority, UpdateSourceTrigger=PropertyChanged}"
0 commit comments