Skip to content

Commit 93bd0ad

Browse files
styling: change new wrappers to be same font size as items
1 parent 1a2418f commit 93bd0ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/file_browser.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ font_bold_header=yes
215215
# the header and wrapper scaling is relative to the base scaling
216216
scaling_factor_base=1
217217
scaling_factor_header=1.4
218-
scaling_factor_wrappers=0.64
218+
scaling_factor_wrappers=1
219219

220220
# set custom font names, blank is the default
221221
# setting custom fonts for the folder/cursor can fix broken or missing icons

modules/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ local o = {
160160

161161
scaling_factor_base = 1,
162162
scaling_factor_header = 1.4,
163-
scaling_factor_wrappers = 0.64,
163+
scaling_factor_wrappers = 1,
164164

165165
font_name_header = "",
166166
font_name_body = "",

0 commit comments

Comments
 (0)