Skip to content

Commit 10d45cc

Browse files
committed
remove maxwidth on action keyword display in Settings' plugin tab
1 parent 1a6b056 commit 10d45cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
<TextBlock Text="{DynamicResource actionKeywords}"
177177
Visibility="{Binding ActionKeywordsVisibility}"
178-
Margin="20 0 0 0" MaxWidth="100"/>
178+
Margin="20 0 0 0"/>
179179
<TextBlock Text="{Binding ActionKeywordsText}"
180180
Visibility="{Binding ActionKeywordsVisibility}"
181181
ToolTip="Change Action Keywords"

0 commit comments

Comments
 (0)