Navigation Menu

Skip to content

Commit

Permalink
Remove manually set tab bar height in algorithm dialog
Browse files Browse the repository at this point in the history
Breaks dialog layout on hidpi screens
  • Loading branch information
nyalldawson committed Jun 27, 2017
1 parent 775e8cd commit 0b4bb9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/AlgorithmDialog.py
Expand Up @@ -82,7 +82,6 @@ def __init__(self, alg):
self.cornerWidget = QWidget()
layout = QVBoxLayout()
layout.setContentsMargins(0, 0, 0, 5)
self.tabWidget.setStyleSheet("QTabBar::tab { height: 30px; }")
self.runAsBatchButton = QPushButton(self.tr("Run as batch process..."))
self.runAsBatchButton.clicked.connect(self.runAsBatch)
layout.addWidget(self.runAsBatchButton)
Expand Down

0 comments on commit 0b4bb9e

Please sign in to comment.