obs-studio icon indicating copy to clipboard operation
obs-studio copied to clipboard

UI: Disable QDialog button icons on all non-system themes

Open tytan652 opened this issue 3 years ago • 2 comments

Description

Disable icons on QDialog buttons, QStyle like Fusion provide icons to those.

Before: With_icon

After: Without_Icon

Motivation and Context

They are ugly and not needed and only Fusion do that. Windows and macOS seems to not have icon for that.

How Has This Been Tested?

Launch a dialog where those icon should show.

Types of changes

  • Tweak (non-breaking change to improve existing functionality)

Checklist:

  • [x] My code has been run through clang-format.
  • [x] I have read the contributing document.
  • [x] My code is not on the master branch.
  • [x] The code has been tested.
  • [x] All commit messages are properly formatted and commits squashed where appropriate.
  • [x] I have included updates to all appropriate documentation.

tytan652 avatar Aug 10 '22 10:08 tytan652

This should probably have the "UI: " prefix rather than "themes: " on the commit

jp9000 avatar Aug 10 '22 10:08 jp9000

Commit message prefix changed.

tytan652 avatar Aug 10 '22 11:08 tytan652