Skip to content

Commit

Permalink
UI minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmachek committed Oct 7, 2024
1 parent 633db64 commit 16806cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lrc-ai-assistant.lrplugin/GenerateImageInfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ local function showUsedTokensDialog(totalInputTokens, totalOutputTokens)
size = "small",
f:column {
f:group_box {
width = share 'groupBoxWidth',
title = LOC "$$$/lrc-ai-assistant/GenerateImageInfo/UsedTokenDialog/UsedTokens=Used Tokens",
f:spacer {
width = share 'spacerWidth',
Expand All @@ -82,6 +83,7 @@ local function showUsedTokensDialog(totalInputTokens, totalOutputTokens)
f:column {
size = "small",
f:group_box {
width = share 'groupBoxWidth',
title = LOC "$$$/lrc-ai-assistant/GenerateImageInfo/UsedTokenDialog/GeneratedCosts=Generated costs",
f:spacer {
width = share 'spacerWidth',
Expand Down

0 comments on commit 16806cd

Please sign in to comment.