Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Flow.Launcher/MessageBoxEx.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
x:Name="MessageBoxWindow"
Width="420"
Height="Auto"
Background="{DynamicResource PopuBGColor}"

Check warning on line 11 in Flow.Launcher/MessageBoxEx.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Popu` is not a recognized word. (unrecognized-spelling)
Foreground="{DynamicResource PopupTextColor}"
ResizeMode="NoResize"
SizeToContent="Height"
Expand Down Expand Up @@ -88,7 +88,6 @@
MaxWidth="400"
Margin="0 0 26 0"
VerticalAlignment="Center"
FontFamily="Segoe UI"
FontSize="20"
FontWeight="SemiBold"
TextAlignment="Left"
Comment on lines 89 to 93

Copilot AI Mar 23, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title/description say FontFamily, FontSize, and FontWeight were removed to use default title styling, but in this file the TitleTextBlock still hardcodes FontSize="20" and FontWeight="SemiBold" (only FontFamily was removed). Please either update the PR title/description to match the actual change (removing just Segoe UI), or remove the remaining explicit font styling if the intent is to rely on defaults.

Copilot uses AI. Check for mistakes.
Expand Down
1 change: 0 additions & 1 deletion Flow.Launcher/ProgressBoxEx.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
x:Name="MessageBoxWindow"
Width="420"
Height="Auto"
Background="{DynamicResource PopuBGColor}"

Check warning on line 11 in Flow.Launcher/ProgressBoxEx.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Popu` is not a recognized word. (unrecognized-spelling)

Check warning on line 11 in Flow.Launcher/ProgressBoxEx.xaml

View workflow job for this annotation

GitHub Actions / Check Spelling

`Popu` is not a recognized word. (unrecognized-spelling)
Foreground="{DynamicResource PopupTextColor}"
ResizeMode="NoResize"
SizeToContent="Height"
Expand Down Expand Up @@ -95,7 +95,6 @@
MaxWidth="400"
Margin="0 0 26 12"
VerticalAlignment="Center"
FontFamily="Segoe UI"
FontSize="20"
FontWeight="SemiBold"
TextAlignment="Left"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
<TextBlock
Grid.Column="0"
Margin="0,0,0,0"
FontFamily="Segoe UI"
FontSize="20"
FontWeight="SemiBold"
Text="{DynamicResource flowlauncher_plugin_websearch_window_title}"
Expand Down
Loading