Skip to content

Commit

Permalink
removed line from IPSplitter re the width of the splitter line
Browse files Browse the repository at this point in the history
  • Loading branch information
jwebster-LANL committed Oct 10, 2024
1 parent d2c9938 commit 9fc4848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion InfraView/widgets/IPUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 9fc4848

Please sign in to comment.