From 4e66b1f4b8d3977140e247fe8956c59de677d76f Mon Sep 17 00:00:00 2001
From: patrick96
Date: Sun, 26 Mar 2023 15:49:11 +0200
Subject: [PATCH] tray: Remove tray-scale module setting
---
src/x11/tray_manager.cpp | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/x11/tray_manager.cpp b/src/x11/tray_manager.cpp
index 1b8b5591..9774b501 100644
--- a/src/x11/tray_manager.cpp
+++ b/src/x11/tray_manager.cpp
@@ -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.