Skip to content

Commit

Permalink
settings: change default thumbnail border to 3
Browse files Browse the repository at this point in the history
This looks better now that the truncation issues have been fixed.
  • Loading branch information
torque committed Feb 9, 2025
1 parent 33b5278 commit 62e0561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/settings.moon
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Controls how far above the expanded progress bar the thumbnail display is
positioned.
]]

settings['thumbnail-border-expansion'] = 5
settings['thumbnail-border-expansion'] = 3
helpText['thumbnail-border-expansion'] = [[
Controls the thickness of the thumbnail border box.
]]
Expand Down
2 changes: 1 addition & 1 deletion torque-progressbar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ thumbnail-right-margin=4
thumbnail-bottom-margin=40

# Controls the thickness of the thumbnail border box.
thumbnail-border-expansion=5
thumbnail-border-expansion=3

# Controls the style of the thumbnail border box.
thumbnail-border-style=\c&H2D2D2D&\bord0
Expand Down

0 comments on commit 62e0561

Please sign in to comment.