Fixed by inserting the following code above
Tool Button inside QDialogs.... roughly Line 1520 in all stylesheets. Can someone try this on their box. If good someone will have to make a PR for all Stylesheets except ProDark (I'll take care of that). These PRs and commits should be in the 0.19.2 release.
Code: Select all
/*==================================================================================================
Tool button Icon fix in save dialogs
==================================================================================================*/
/* found under Tools -> Save Picture */ /* Draft -> ShapeString -> Font file */
QFileDialog#QFileDialog QToolButton {
background-color: transparent;
padding: 1px;
border: 1px;
margin: 0px;
}
*==================================================================================================
Tool button inside QDialogs that works as QPushButtons
==================================================================================================*/
/* found under Tools -> Customize -> Macros -> Pixmap "..." button */
QDialog QToolButton {