Skip to content

Commit

Permalink
reduce item padding
Browse files Browse the repository at this point in the history
  • Loading branch information
diivi authored and m3nu committed Nov 16, 2023
1 parent 308e16b commit 9cae9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vorta/views/exclude_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self, profile, parent=None):
self.customExclusionsList.setStyleSheet(
'''
QListView::item {
padding: 20px 0px;
padding: 10px 0px;
border-bottom: .5px solid black;
}
QListView::item:selected {
Expand All @@ -94,7 +94,7 @@ def __init__(self, profile, parent=None):
self.exclusionPresetsList.setStyleSheet(
'''
QListView::item {
padding: 20px 0px;
padding: 10px 0px;
border-bottom: .5px solid black;
}
QListView::item:selected {
Expand Down

0 comments on commit 9cae9f6

Please sign in to comment.