diff --git a/app/src/constants.ts b/app/src/constants.ts index f395525e7..c316b7965 100644 --- a/app/src/constants.ts +++ b/app/src/constants.ts @@ -530,13 +530,13 @@ export abstract class Constants { data: [ [{ type: "file", - size: {width: 227, height: 0}, + size: {width: 232, height: 0}, show: true, icon: "iconFiles", hotkeyLangId: "fileTree", }, { type: "outline", - size: {width: 227, height: 0}, + size: {width: 232, height: 0}, show: false, icon: "iconAlignCenter", hotkeyLangId: "outline", @@ -548,13 +548,13 @@ export abstract class Constants { hotkeyLangId: "inbox", }], [{ type: "bookmark", - size: {width: 227, height: 0}, + size: {width: 232, height: 0}, show: false, icon: "iconBookmark", hotkeyLangId: "bookmark", }, { type: "tag", - size: {width: 227, height: 0}, + size: {width: 232, height: 0}, show: false, icon: "iconTags", hotkeyLangId: "tag",