Skip to content

Commit 0b4bb9e

Browse files
committedJun 27, 2017
Remove manually set tab bar height in algorithm dialog
Breaks dialog layout on hidpi screens
1 parent 775e8cd commit 0b4bb9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/gui/AlgorithmDialog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def __init__(self, alg):
8282
self.cornerWidget = QWidget()
8383
layout = QVBoxLayout()
8484
layout.setContentsMargins(0, 0, 0, 5)
85-
self.tabWidget.setStyleSheet("QTabBar::tab { height: 30px; }")
8685
self.runAsBatchButton = QPushButton(self.tr("Run as batch process..."))
8786
self.runAsBatchButton.clicked.connect(self.runAsBatch)
8887
layout.addWidget(self.runAsBatchButton)

0 commit comments

Comments
 (0)
Please sign in to comment.