-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skins :: adjust styles of skin context menus, tooltip… 2nd attempt #2363
Merged
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
b22cfc4
Revert "Revert "Skins :: adjust styles of skin context menus, tooltip…
ronso0 ddb2182
Deere: set bg color for (closed) WEffectSeletor
ronso0 c9e74ad
all skins: remove WEffectSelector hack from macOS stylesheets
ronso0 9916f6c
all skins: remove fixed font sized from QMenu & QToolTip
ronso0 6641709
restrict QScroolBar style to WLibrary and QTreeView pt1
ronso0 b40ea53
Merge remote-tracking branch 'mixxx/master' into skins-menu-styles
ronso0 0a84fc7
restrict styles for QLabel and QPushButton to WLibrary
ronso0 49fc104
LateNight: restrict QTableView, QTreeView & QScrollBar styles to library
ronso0 4579801
LateNight: restrict QHeaderView and QMenu styles to Mixxx widgets
ronso0 cadacad
LateNight: include WSpinny QMenu explicitely
ronso0 40a0ae2
Merge branch 'master' of https://github.com/mixxxdj/mixxx into skins-…
ronso0 7c72280
restrict QMenu, QHeaderView, QTableView, QTreeView styles to Mixxx
ronso0 b2de45d
Merge branch 'master' of https://github.com/mixxxdj/mixxx into skins-…
ronso0 b58f344
Deere: restrict QScrollBar style to library widgets
ronso0 b90a6ac
Tango: restrict styles to library widgets
ronso0 dbccac5
set Qt::WA_StyledBackground for WCueMenuPopup to allow custom qss bor…
ronso0 2b0c9b4
Merge branch 'master' of https://github.com/mixxxdj/mixxx into skins-…
ronso0 02d2da1
LateNight: fix schemes, clean up
ronso0 59b0fcb
Shade: : fix schemes, clean up
ronso0 d4bfafe
Shade: battery icons per scheme, sharpen broadcast button
ronso0 776560e
Deere: : fix schemes, clean up
ronso0 d3ba236
Tango: fix schemes, add focus border to lineedits, clean up
ronso0 312e276
Shade: put Library into Singleton to get custom font also for table e…
ronso0 00ca14f
remove obsolete font settings
ronso0 8ec115e
Shade: reduce big samplers' height
ronso0 93eb8d8
Shade: stretch mixer bg when 8 hotcues are enabled
ronso0 fc6b8a7
LateNight Flip: adjust lib feature controls, adjust colors
ronso0 85d280b
fix combobox & spinbox area on Windows
ronso0 16e69f6
LibraryBPMSpinbox: override system styles, add arrow icons
ronso0 b97fe31
LateNight Flip: adjust scrollbar styles
ronso0 5ef17e2
Shade: fix Hotcue buttons in samplers
ronso0 3ae2c8b
Shade: finally fix hotcue button colors
ronso0 23c5608
LateNight: attempt to prevent Mic/Aux labels from being cut off
ronso0 f2628a9
use library scrollbar style for WEffectSelector & AutoDJ combobox in …
ronso0 61bccb1
Merge branch 'master' of https://github.com/mixxxdj/mixxx into skins-…
ronso0 35de1c7
Shade: fix hotcue button template link
ronso0 717a610
small scheme fixes
ronso0 9c476b4
Deere: uniform color for hovered drop-down items
ronso0 0fb867d
Deere: relax toolbar spacing at minimal size
ronso0 9113eba
Deere: relax deck controls row at minimal size
ronso0 1574991
Deere: fix text highlight in decks' beatsize spinboxes
ronso0 74a1bba
set WCueMenuPopup QLabel text color in Tango & Deere
ronso0 738cc75
clean up Deere QHeaderView style
ronso0 2d10baf
Tango: set #CueLabelEdit text color explicitely
ronso0 bae31f3
Tango: opaque 'No Heaphone' hint
ronso0 8fb15a1
Merge branch 'master' into skins-menu-styles
ronso0 5e33be6
fix qss error, Deere/style.qss
ronso0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,10 +1,10 @@ | ||
/* hack around text getting cut off with scaled checkbox on Macs with Retina screens */ | ||
/* Previously necessary hack around text getting cut off with scaled checkbox on Macs with Retina screens | ||
WEffectSelector QAbstractItemView { | ||
margin: 0px 0px 0px -27px; | ||
} | ||
} */ | ||
|
||
/* just in case there is a partial checkmark shown on some untested screen, hide | ||
the checkmark */ | ||
the checkmark | ||
WEffectSelector::indicator { | ||
border: 0; | ||
} | ||
} */ |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just delete the code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For documentation. It took a while to notice and figure out the fix, so its valuble info IMO
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rather have the code deleted if it is no longer necessary. It is still in the Git history if that info is needed later.