mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Tooltip for indexer and program plugin (#4589)
* Fix multiline title issue * Added code to display tooltip for program and indexer plugin * Added tests for Result class * Theme based color for tooltip * Added colors for tooltip * Added string tags to tooltip * Add initial show delay * Seperated textbox for title and path
This commit is contained in:
committed by
GitHub
parent
1533c9315f
commit
8d72bc0ea4
@@ -42,5 +42,8 @@
|
||||
<SolidColorBrush x:Key="ScrollBarLineButtonBackground" Color="Transparent"/>
|
||||
<Color x:Key="ScrollBarLineButtonBackgroundPointerOver">#FF000000</Color>
|
||||
<Color x:Key="ScrollBarLineButtonBackgroundPointerPressed">#FF000000</Color>
|
||||
|
||||
|
||||
<SolidColorBrush x:Key="ToolTipBorderBrushKey" Color="#FFFFFFFF" />
|
||||
<SolidColorBrush x:Key="ToolTipForegroundBrushKey" Color="#FFFFFFFF" />
|
||||
<SolidColorBrush x:Key="ToolTipBackgroundBrushKey" Color="#FF171717" />
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user