-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1954 from ronso0/lp1795663-skinsettings-osx
Tango / Deere :: Fix skin settings on OSX
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |