Skip to content

Commit

Permalink
Set minimum scrollbar height for transactions history list
Browse files Browse the repository at this point in the history
Fixes #1007
  • Loading branch information
us77ipis committed Jun 9, 2022
1 parent 76b9b69 commit df3126e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qt/forms/overviewpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,10 @@ QListView::icon {
QListView::text {
left: 13px;
}

QScrollBar::handle {
min-height: 20px;
}
</string>
</property>
<property name="frameShape">
Expand Down

0 comments on commit df3126e

Please sign in to comment.