Skip to content

Commit 1b183d2

Browse files
committed
Use wrap panel for full display
1 parent 2e46788 commit 1b183d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Flow.Launcher.Plugin.ClipboardPlus.Panels/Views/SettingsPanel.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
Visibility="{Binding SyncWindowsClipboardHistoryVisibility, Mode=OneTime}" />
138138

139139
<!-- Use Windows Clipboard History Only -->
140-
<StackPanel
140+
<WrapPanel
141141
Grid.Row="7"
142142
Grid.ColumnSpan="2"
143143
Margin="{DynamicResource SettingPanelItemTopBottomMargin}"
@@ -153,7 +153,7 @@
153153
VerticalAlignment="Center"
154154
Command="{Binding OpenWindowsClipboardSettingsCommand}"
155155
Content="{DynamicResource flowlauncher_plugin_clipboardplus_open_windows_clipboard_settings}" />
156-
</StackPanel>
156+
</WrapPanel>
157157

158158
<!-- Seperator -->
159159
<Separator
@@ -275,7 +275,7 @@
275275
TextWrapping="NoWrap" />
276276

277277
<!-- Cache Format Buttons -->
278-
<StackPanel
278+
<WrapPanel
279279
Grid.Row="16"
280280
Grid.Column="2"
281281
Margin="{DynamicResource SettingPanelItemLeftTopBottomMargin}"
@@ -365,7 +365,7 @@
365365
</MultiBinding>
366366
</Button.CommandParameter>
367367
</Button>
368-
</StackPanel>
368+
</WrapPanel>
369369

370370
<!-- Cache Format Preview -->
371371
<TextBlock

0 commit comments

Comments
 (0)