tray: Remove tray-scale module setting

This commit is contained in:
patrick96 2023-03-26 15:49:11 +02:00 committed by Patrick Ziegler
parent 921e2d0670
commit 4e66b1f4b8

View File

@ -61,10 +61,6 @@ void manager::setup(const config& conf, const string& section_name) {
client_height = maxsize;
}
// Apply user-defined scaling
auto scale = conf.get(section_name, "tray-scale", 1.0);
client_height *= scale;
m_opts.client_size = {client_height, client_height};
// Set user-defined foreground and background colors.