mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 22:04:15 +02:00
action buttons layout fix
This commit is contained in:
@@ -261,7 +261,7 @@ class AppsTable(QTableWidget):
|
|||||||
col_bt.clicked.connect(callback)
|
col_bt.clicked.connect(callback)
|
||||||
|
|
||||||
layout = QHBoxLayout()
|
layout = QHBoxLayout()
|
||||||
layout.setContentsMargins(2, 3, 2, 0)
|
layout.setContentsMargins(2, 2, 2, 0)
|
||||||
layout.setAlignment(Qt.AlignCenter)
|
layout.setAlignment(Qt.AlignCenter)
|
||||||
layout.addWidget(col_bt)
|
layout.addWidget(col_bt)
|
||||||
col.setLayout(layout)
|
col.setLayout(layout)
|
||||||
|
|||||||
Reference in New Issue
Block a user