mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
parent
1a81f79df7
commit
ddd2fcecea
1 changed files with 2 additions and 0 deletions
|
@ -559,6 +559,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…
Add table
Add a link
Reference in a new issue