Skip to content

Commit

Permalink
Fix table widget padding when hovered
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Nov 1, 2020
1 parent 8100c85 commit 8647251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nodedge/qss/nodedge_style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ padding-left: 10px;

QTableView::item:hover{
background:palette(light);
padding-right: 0px;
padding-left: 0px;
}

QTableView::item:active:hover{
Expand Down

0 comments on commit 8647251

Please sign in to comment.