Adjust Numberbox Design & Revert PositionResetToolTip string#3447
Adjust Numberbox Design & Revert PositionResetToolTip string#3447onesounds merged 7 commits intoFlow-Launcher:devfrom
Conversation
This comment has been minimized.
This comment has been minimized.
📝 WalkthroughWalkthroughThis change adds two new tooltip strings to the localization resource file ( Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (2)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
|
| Typeface typeface = new Typeface(queryTextBox.FontFamily, queryTextBox.FontStyle, queryTextBox.FontWeight, queryTextBox.FontStretch); | ||
| // TODO: Obsolete warning? | ||
| var ft = new FormattedText(queryTextBox.Text, CultureInfo.CurrentCulture, System.Windows.FlowDirection.LeftToRight, typeface, queryTextBox.FontSize, Brushes.Black); | ||
| var dpi = VisualTreeHelper.GetDpi(queryTextBox); |
There was a problem hiding this comment.
Removed it due to a warning suggesting to include DPI information.
There was a problem hiding this comment.
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (3)
- Flow.Launcher/Languages/en.xaml: Language not supported
- Flow.Launcher/Resources/Controls/InstalledPluginDisplay.xaml: Language not supported
- Flow.Launcher/Resources/CustomControlTemplate.xaml: Language not supported
What's the PR
Before

After
