Plasma: draw circle around close button (breezerc)
This commit is contained in:
parent
d6c80adf66
commit
a59545e818
|
@ -256,11 +256,12 @@
|
||||||
breezerc = {
|
breezerc = {
|
||||||
Common = {
|
Common = {
|
||||||
OutlineClassButton = true;
|
OutlineClassButton = true;
|
||||||
|
OutlineCloseButtone = true;
|
||||||
ShadowSize = "ShadowVeryLarge";
|
ShadowSize = "ShadowVeryLarge";
|
||||||
ShadowStrength = "128";
|
ShadowStrength = "128";
|
||||||
};
|
};
|
||||||
Style = {
|
Style = {
|
||||||
MenuOpacity = "80";
|
MenuOpacity = "100";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
dolphinrc = {
|
dolphinrc = {
|
||||||
|
|
Loading…
Reference in a new issue