mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove maxwidth on action keyword display in Settings' plugin tab
This commit is contained in:
parent
1a6b056ad0
commit
10d45cc9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@
|
||||||
|
|
||||||
<TextBlock Text="{DynamicResource actionKeywords}"
|
<TextBlock Text="{DynamicResource actionKeywords}"
|
||||||
Visibility="{Binding ActionKeywordsVisibility}"
|
Visibility="{Binding ActionKeywordsVisibility}"
|
||||||
Margin="20 0 0 0" MaxWidth="100"/>
|
Margin="20 0 0 0"/>
|
||||||
<TextBlock Text="{Binding ActionKeywordsText}"
|
<TextBlock Text="{Binding ActionKeywordsText}"
|
||||||
Visibility="{Binding ActionKeywordsVisibility}"
|
Visibility="{Binding ActionKeywordsVisibility}"
|
||||||
ToolTip="Change Action Keywords"
|
ToolTip="Change Action Keywords"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue