mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Qt/Debugger: Make spacing more compact
This commit is contained in:
parent
6d56b03304
commit
8d184ab9bd
8 changed files with 26 additions and 3 deletions
|
@ -38,7 +38,8 @@ CodeViewWidget::CodeViewWidget()
|
|||
setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||
verticalScrollBar()->setHidden(true);
|
||||
|
||||
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
|
||||
for (int i = 0; i < columnCount(); i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue