Remove lineedit-clear-button-icon.

Only supported in Qt6 or maybe version recent versions of Qt5 (not
available in Qt5.15.2), and this causes distortion in the clear text
icon when it's rendered.

Closes #62.
main
Alex Huszagh 2022-05-03 16:18:01 -05:00
parent 0ce688bf40
commit 8f17872d47
6 changed files with 6972 additions and 6859 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,6 +44,7 @@ QToolTip
{
/* 0.2ex is the smallest value that's not ignored on Windows. */
border: 0.04em solid #eff0f1;
background-image: none;
background-color: #31363b;
alternate-background-color: #31363b;
color: #eff0f1;
@ -2419,7 +2420,10 @@ QWidget
/* Other icons */
dockwidget-close-icon: url(dark:close.svg);
lineedit-clear-button-icon: url(dark:clear_text.svg);
/**
* Only available in Qt6, and causes other issues. See #62.
* lineedit-clear-button-icon: url(dark:clear_text.svg);
*/
}
/* Set some styles for these custom dialog buttons */

View File

@ -44,6 +44,7 @@ QToolTip
{
/* 0.2ex is the smallest value that's not ignored on Windows. */
border: 0.04em solid #31363b;
background-image: none;
background-color: #eff0f1;
alternate-background-color: #eaebec;
color: #31363b;
@ -2419,7 +2420,10 @@ QWidget
/* Other icons */
dockwidget-close-icon: url(light:close.svg);
lineedit-clear-button-icon: url(light:clear_text.svg);
/**
* Only available in Qt6, and causes other issues. See #62.
* lineedit-clear-button-icon: url(light:clear_text.svg);
*/
}
/* Set some styles for these custom dialog buttons */

View File

@ -44,6 +44,7 @@ QToolTip
{
/* 0.2ex is the smallest value that's not ignored on Windows. */
border: 0.04em solid #eff0f1;
background-image: none;
background-color: #31363b;
alternate-background-color: #31363b;
color: #eff0f1;
@ -2419,7 +2420,10 @@ QWidget
/* Other icons */
dockwidget-close-icon: url(:/dark/close.svg);
lineedit-clear-button-icon: url(:/dark/clear_text.svg);
/**
* Only available in Qt6, and causes other issues. See #62.
* lineedit-clear-button-icon: url(:/dark/clear_text.svg);
*/
}
/* Set some styles for these custom dialog buttons */

View File

@ -44,6 +44,7 @@ QToolTip
{
/* 0.2ex is the smallest value that's not ignored on Windows. */
border: 0.04em solid #31363b;
background-image: none;
background-color: #eff0f1;
alternate-background-color: #eaebec;
color: #31363b;
@ -2419,7 +2420,10 @@ QWidget
/* Other icons */
dockwidget-close-icon: url(:/light/close.svg);
lineedit-clear-button-icon: url(:/light/clear_text.svg);
/**
* Only available in Qt6, and causes other issues. See #62.
* lineedit-clear-button-icon: url(:/light/clear_text.svg);
*/
}
/* Set some styles for these custom dialog buttons */

View File

@ -44,6 +44,7 @@ QToolTip
{
/* 0.2ex is the smallest value that's not ignored on Windows. */
border: 0.04em solid ^foreground^;
background-image: none;
background-color: ^background^;
alternate-background-color: ^background:alternate^;
color: ^foreground^;
@ -2419,7 +2420,10 @@ QWidget
/* Other icons */
dockwidget-close-icon: url(^style^close.svg);
lineedit-clear-button-icon: url(^style^clear_text.svg);
/**
* Only available in Qt6, and causes other issues. See #62.
* lineedit-clear-button-icon: url(^style^clear_text.svg);
*/
}
/* Set some styles for these custom dialog buttons */