We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2418f commit 93bd0adCopy full SHA for 93bd0ad
docs/file_browser.conf
@@ -215,7 +215,7 @@ font_bold_header=yes
215
# the header and wrapper scaling is relative to the base scaling
216
scaling_factor_base=1
217
scaling_factor_header=1.4
218
-scaling_factor_wrappers=0.64
+scaling_factor_wrappers=1
219
220
# set custom font names, blank is the default
221
# setting custom fonts for the folder/cursor can fix broken or missing icons
modules/options.lua
@@ -160,7 +160,7 @@ local o = {
160
161
scaling_factor_base = 1,
162
scaling_factor_header = 1.4,
163
- scaling_factor_wrappers = 0.64,
+ scaling_factor_wrappers = 1,
164
165
font_name_header = "",
166
font_name_body = "",
0 commit comments