From 9fc48482d44ccc073479cc2086d40ff7d7512f74 Mon Sep 17 00:00:00 2001 From: Jeremy Webster Date: Thu, 10 Oct 2024 08:21:04 -0600 Subject: [PATCH] removed line from IPSplitter re the width of the splitter line --- InfraView/widgets/IPUtils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InfraView/widgets/IPUtils.py b/InfraView/widgets/IPUtils.py index 49393c5..ff6d4d4 100644 --- a/InfraView/widgets/IPUtils.py +++ b/InfraView/widgets/IPUtils.py @@ -49,7 +49,6 @@ def __init__(self, orientation, parent=None): super().__init__(orientation, parent) self.setStyleSheet("QSplitter::handle{ background-color: #DDD}") - self.setHandleWidth(20) class CapsValidator(QValidator):