Replace web view editor icon and tooltip.

This commit is contained in:
Burak Kaan Köse
2024-07-07 19:57:07 +02:00
parent dab51bef7b
commit 8e03f26fb5
4 changed files with 533 additions and 4 deletions

View File

@@ -98,6 +98,7 @@
"EditorToolbarOption_Insert": "Insert", "EditorToolbarOption_Insert": "Insert",
"EditorToolbarOption_None": "None", "EditorToolbarOption_None": "None",
"EditorToolbarOption_Options": "Options", "EditorToolbarOption_Options": "Options",
"EditorTooltip_WebViewEditor": "Use web view editor",
"ElementTheme_Dark": "Dark mode", "ElementTheme_Dark": "Dark mode",
"ElementTheme_Default": "Use system setting", "ElementTheme_Default": "Use system setting",
"ElementTheme_Light": "Light mode", "ElementTheme_Light": "Light mode",

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -331,8 +331,8 @@
<AppBarToggleButton <AppBarToggleButton
x:Name="WebviewToolBarButton" x:Name="WebviewToolBarButton"
Click="WebViewToggleButtonClicked" Click="WebViewToggleButtonClicked"
Label="Webview ToolBar" Label="{x:Bind domain:Translator.EditorTooltip_WebViewEditor}"
ToolTipService.ToolTip="Webview ToolBar"> ToolTipService.ToolTip="{x:Bind domain:Translator.EditorTooltip_WebViewEditor}">
<AppBarToggleButton.Icon> <AppBarToggleButton.Icon>
<PathIcon Data="{StaticResource WebviewToolBarPathIcon}" /> <PathIcon Data="{StaticResource WebviewToolBarPathIcon}" />
</AppBarToggleButton.Icon> </AppBarToggleButton.Icon>