Skip to content

Commit

Permalink
Merge pull request #1954 from ronso0/lp1795663-skinsettings-osx
Browse files Browse the repository at this point in the history
Tango / Deere :: Fix skin settings on OSX
  • Loading branch information
Be-ing authored Dec 22, 2018
2 parents 291954e + d8ca02e commit 28d1634
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/skins/Deere/style-mac.qss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/* push skin settings Close button to the left so it's not in the same screen
position as the Open button.
fixes lp1795663 "settings panel disappears instantly after opening it in Tango & Deere skin"
*/
#SkinSettingsTop {
padding-right: 27px;
}


/* hack to hide the checkmark, otherwise text gets cut off
on the right on Retina screens. This can only be done for macOS
because it cuts off text on the left on KDE */
Expand Down
9 changes: 9 additions & 0 deletions res/skins/Tango/style-mac.qss
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/* push skin settings Close button to the left so it's not in the same screen
position as the Open button.
fixes lp1795663 "settings panel disappears instantly after opening it in Tango & Deere skin"
*/
#SkinSettingsHeader {
padding-right: 27px;
}


WEffectSelector QAbstractItemView {
padding: 0px 0px 0px -20px;
}

0 comments on commit 28d1634

Please sign in to comment.