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
parent
0ce688bf40
commit
8f17872d47
13801
breeze_resources.py
13801
breeze_resources.py
File diff suppressed because it is too large
Load Diff
|
@ -44,6 +44,7 @@ QToolTip
|
||||||
{
|
{
|
||||||
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
||||||
border: 0.04em solid #eff0f1;
|
border: 0.04em solid #eff0f1;
|
||||||
|
background-image: none;
|
||||||
background-color: #31363b;
|
background-color: #31363b;
|
||||||
alternate-background-color: #31363b;
|
alternate-background-color: #31363b;
|
||||||
color: #eff0f1;
|
color: #eff0f1;
|
||||||
|
@ -2419,7 +2420,10 @@ QWidget
|
||||||
|
|
||||||
/* Other icons */
|
/* Other icons */
|
||||||
dockwidget-close-icon: url(dark:close.svg);
|
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 */
|
/* Set some styles for these custom dialog buttons */
|
||||||
|
|
|
@ -44,6 +44,7 @@ QToolTip
|
||||||
{
|
{
|
||||||
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
||||||
border: 0.04em solid #31363b;
|
border: 0.04em solid #31363b;
|
||||||
|
background-image: none;
|
||||||
background-color: #eff0f1;
|
background-color: #eff0f1;
|
||||||
alternate-background-color: #eaebec;
|
alternate-background-color: #eaebec;
|
||||||
color: #31363b;
|
color: #31363b;
|
||||||
|
@ -2419,7 +2420,10 @@ QWidget
|
||||||
|
|
||||||
/* Other icons */
|
/* Other icons */
|
||||||
dockwidget-close-icon: url(light:close.svg);
|
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 */
|
/* Set some styles for these custom dialog buttons */
|
||||||
|
|
|
@ -44,6 +44,7 @@ QToolTip
|
||||||
{
|
{
|
||||||
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
||||||
border: 0.04em solid #eff0f1;
|
border: 0.04em solid #eff0f1;
|
||||||
|
background-image: none;
|
||||||
background-color: #31363b;
|
background-color: #31363b;
|
||||||
alternate-background-color: #31363b;
|
alternate-background-color: #31363b;
|
||||||
color: #eff0f1;
|
color: #eff0f1;
|
||||||
|
@ -2419,7 +2420,10 @@ QWidget
|
||||||
|
|
||||||
/* Other icons */
|
/* Other icons */
|
||||||
dockwidget-close-icon: url(:/dark/close.svg);
|
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 */
|
/* Set some styles for these custom dialog buttons */
|
||||||
|
|
|
@ -44,6 +44,7 @@ QToolTip
|
||||||
{
|
{
|
||||||
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
||||||
border: 0.04em solid #31363b;
|
border: 0.04em solid #31363b;
|
||||||
|
background-image: none;
|
||||||
background-color: #eff0f1;
|
background-color: #eff0f1;
|
||||||
alternate-background-color: #eaebec;
|
alternate-background-color: #eaebec;
|
||||||
color: #31363b;
|
color: #31363b;
|
||||||
|
@ -2419,7 +2420,10 @@ QWidget
|
||||||
|
|
||||||
/* Other icons */
|
/* Other icons */
|
||||||
dockwidget-close-icon: url(:/light/close.svg);
|
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 */
|
/* Set some styles for these custom dialog buttons */
|
||||||
|
|
|
@ -44,6 +44,7 @@ QToolTip
|
||||||
{
|
{
|
||||||
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
/* 0.2ex is the smallest value that's not ignored on Windows. */
|
||||||
border: 0.04em solid ^foreground^;
|
border: 0.04em solid ^foreground^;
|
||||||
|
background-image: none;
|
||||||
background-color: ^background^;
|
background-color: ^background^;
|
||||||
alternate-background-color: ^background:alternate^;
|
alternate-background-color: ^background:alternate^;
|
||||||
color: ^foreground^;
|
color: ^foreground^;
|
||||||
|
@ -2419,7 +2420,10 @@ QWidget
|
||||||
|
|
||||||
/* Other icons */
|
/* Other icons */
|
||||||
dockwidget-close-icon: url(^style^close.svg);
|
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 */
|
/* Set some styles for these custom dialog buttons */
|
||||||
|
|
Loading…
Reference in New Issue