1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-30 23:44:55 +02:00

Desktop: Made toolbar buttons bigger and swap order of bullet and number lists

This commit is contained in:
Laurent Cozic
2020-10-21 10:39:53 +01:00
parent 4ba9e60194
commit 1ca44b8f44
4 changed files with 13 additions and 6 deletions

View File

@ -378,7 +378,7 @@ function themeStyle(themeId:number) {
// without the need to restart
const fontSizes:any = {
fontSize: Math.round(12 * zoomRatio),
toolbarIconSize: 16,
toolbarIconSize: 18,
editorFontSize: editorFontSize,
textAreaLineHeight: Math.round(globalStyle.textAreaLineHeight * editorFontSize / 12),
};