File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Flow.Launcher.Plugin.ClipboardPlus.Panels/Views Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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}"
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
275275 TextWrapping =" NoWrap" />
276276
277277 <!-- Cache Format Buttons -->
278- <StackPanel
278+ <WrapPanel
279279 Grid.Row=" 16"
280280 Grid.Column=" 2"
281281 Margin =" {DynamicResource SettingPanelItemLeftTopBottomMargin}"
365365 </MultiBinding >
366366 </Button .CommandParameter>
367367 </Button >
368- </StackPanel >
368+ </WrapPanel >
369369
370370 <!-- Cache Format Preview -->
371371 <TextBlock
You can’t perform that action at this time.
0 commit comments