Skip to content

Commit

Permalink
Pull request #87: Add width to the right-most tool manager column for…
Browse files Browse the repository at this point in the history
… specific localizations

Merge in PAC/chatbook from bugfix/452820_ToolManagerColumnWidths to main

* commit '15e5d1d984314456d985250145e3eb9e017d266b':
  Applied suggestion
  Add width to the right-most tool manager column for specific localizations
  • Loading branch information
Kevin Daily authored and rhennigan committed Nov 20, 2024
2 parents 190523d + 15e5d1d commit 87eab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Chatbook/ToolManager.wl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Needs[ "Wolfram`Chatbook`UI`" ];
(*Configuration*)
$toolsWidth = 240;
$personasWidth = 30;
$rightColWidth = 107;
$rightColWidth := Switch[ $Language, "Japanese", 130, "French", 117, _, 107 ];
$rowHeight = 30;
$highlightCol = GrayLevel[ 0.95 ];
$dividerCol = GrayLevel[ 0.85 ];
Expand Down

0 comments on commit 87eab47

Please sign in to comment.