User.js: Set UI density to normal, fix #42

This commit is contained in:
Rafael Mardojai CM 2019-07-24 14:21:09 -05:00
parent 9fe31b7d1b
commit abce2c32b4
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Enable CSD
user_pref("browser.tabs.drawInTitlebar", true);
// Set UI density to normal
user_pref("browser.uidensity", 0);