mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Qt/Debugger: Make spacing more compact
This commit is contained in:
@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user