mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 14:57:09 -05:00
parent
762fd9462f
commit
c9b0cbaa4e
@ -546,6 +546,8 @@ void EntryView::startDrag(Qt::DropActions supportedActions)
|
||||
listWidget.addItem(item);
|
||||
}
|
||||
|
||||
listWidget.setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
listWidget.setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
|
||||
listWidget.setStyleSheet("QListWidget { background-color: palette(highlight); border: 1px solid palette(dark); "
|
||||
"padding: 4px; color: palette(highlighted-text); }");
|
||||
auto width = listWidget.sizeHintForColumn(0) + 2 * listWidget.frameWidth();
|
||||
|
Loading…
x
Reference in New Issue
Block a user