Skip to content

Commit dfed91f

Browse files
authored
Merge pull request #1294 from Flow-Launcher/pluginInfoMultipleActionKeyword
Fix plugin info not displayed when it has multiple actionkeywords
2 parents 85061c4 + 2077c0b commit dfed91f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@
917917
Padding="0,0,0,0"
918918
Background="{DynamicResource Color01B}">
919919
<ListBox
920+
Name="Plugins"
920921
Width="Auto"
921922
Margin="5,0,0,0"
922923
Padding="0,0,7,0"
@@ -928,8 +929,7 @@
928929
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
929930
SelectedItem="{Binding SelectedPlugin}"
930931
SelectionChanged="SelectedPluginChanged"
931-
SnapsToDevicePixels="True"
932-
Name="Plugins">
932+
SnapsToDevicePixels="True">
933933
<ListBox.ItemsPanel>
934934
<ItemsPanelTemplate>
935935
<StackPanel Margin="0,0,0,18" />
@@ -1118,8 +1118,8 @@
11181118
Margin="0"
11191119
Padding="1"
11201120
VerticalAlignment="Stretch"
1121-
Content="{Binding SettingControl}"
1122-
SizeChanged="ItemSizeChanged"/>
1121+
Content="{Binding SettingControl}"
1122+
SizeChanged="ItemSizeChanged" />
11231123
</StackPanel>
11241124

11251125
<StackPanel>
@@ -1129,8 +1129,7 @@
11291129
VerticalAlignment="Center"
11301130
BorderThickness="0,1,0,0"
11311131
CornerRadius="0"
1132-
Style="{DynamicResource SettingGroupBox}"
1133-
Visibility="{Binding ActionKeywordsVisibility}">
1132+
Style="{DynamicResource SettingGroupBox}">
11341133
<ItemsControl Style="{DynamicResource SettingGrid}">
11351134
<StackPanel
11361135
Margin="0,0,-14,0"

0 commit comments

Comments
 (0)