mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-10 11:52:10 +08:00
cabana: reduce minimum size (#30223)
reduce minimumsize old-commit-hash: 818d29818fcb54f84e8fbb366fbe6913c70be2b9
This commit is contained in:
@@ -24,6 +24,7 @@ BinaryView::BinaryView(QWidget *parent) : QTableView(parent) {
|
||||
delegate = new BinaryItemDelegate(this);
|
||||
setItemDelegate(delegate);
|
||||
horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch);
|
||||
horizontalHeader()->setFont(QFontDatabase::systemFont(QFontDatabase::FixedFont));
|
||||
verticalHeader()->setSectionsClickable(false);
|
||||
verticalHeader()->setSectionResizeMode(QHeaderView::Fixed);
|
||||
verticalHeader()->setDefaultSectionSize(CELL_HEIGHT);
|
||||
|
||||
Reference in New Issue
Block a user