diff --git a/Wino.Mail/JS/editor.js b/Wino.Mail/JS/editor.js index a1cc0cba..b216b891 100644 --- a/Wino.Mail/JS/editor.js +++ b/Wino.Mail/JS/editor.js @@ -1,7 +1,7 @@ const editor = Jodit.make("#editor", { "useSearch": false, "toolbar": true, - "buttons": "bold,italic,underline,strikethrough,brush,ul,ol,font,fontsize,paragraph,image,link,indent,outdent,align", + "buttons": "bold,italic,underline,strikethrough,brush,ul,ol,font,fontsize,paragraph,image,link,indent,outdent,align,lineHeight,table", "inline": true, "toolbarAdaptive": false, "toolbarInlineForSelection": false, diff --git a/Wino.Mail/Views/ComposePage.xaml b/Wino.Mail/Views/ComposePage.xaml index 2a8057eb..c8927716 100644 --- a/Wino.Mail/Views/ComposePage.xaml +++ b/Wino.Mail/Views/ComposePage.xaml @@ -151,13 +151,25 @@ OverflowButtonVisibility="Collapsed"> + LabelPosition="Collapsed" + ToolTipService.ToolTip="Light Theme" + Visibility="{x:Bind IsComposerDarkMode, Mode=OneWay}"> + + + + + + + @@ -603,23 +615,6 @@ - - - - - - - - - - - - - - - - -