Skip to content

Commit

Permalink
Fix action menu magnification
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Nov 22, 2024
1 parent 4f86855 commit 9fe46df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Chatbook/ChatModes/UI.wl
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ selectNotebookFocusMenu[ chatNB_, locked_, first_, rest_ ] := Tooltip[
otherNotebookActions[ chatNB, locked, rest ]
},
Appearance -> "Suppressed",
BaseStyle -> { "Text", FontColor -> GrayLevel[ 0.5 ], FontSize -> 13, Magnification -> 1 }
BaseStyle -> { "Text", FontColor -> GrayLevel[ 0.5 ], FontSize -> 13, Magnification -> Inherited / 0.85 }
],
tr[ "WorkspaceFocusIndicatorMenuTooltip" ]
];
Expand Down

0 comments on commit 9fe46df

Please sign in to comment.