diff options
author | csaba <csaba> | 2023-02-11 14:47:18 (GMT) |
---|---|---|
committer | csaba <csaba> | 2023-02-11 14:47:18 (GMT) |
commit | 6632709f1d797a421f8ffe0d48bb3912d2083005 (patch) | |
tree | 926b52ae9ff1426dffb747aa91457d304924bbf9 /unix/tkUnixButton.c | |
parent | 2be0535134d88b19530481afc54d3495c487bd41 (diff) | |
download | tk-6632709f1d797a421f8ffe0d48bb3912d2083005.zip tk-6632709f1d797a421f8ffe0d48bb3912d2083005.tar.gz tk-6632709f1d797a421f8ffe0d48bb3912d2083005.tar.bz2 |
Improved the SVG data of a few images used for drawing (ttk::)checkbutton and (ttk::)radiobutton indicators
Diffstat (limited to 'unix/tkUnixButton.c')
-rw-r--r-- | unix/tkUnixButton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixButton.c b/unix/tkUnixButton.c index dfbb6de..07bfe0b 100644 --- a/unix/tkUnixButton.c +++ b/unix/tkUnixButton.c @@ -79,7 +79,7 @@ static const char checkbtnOffData[] = " <stop stop-color='#LIGHTT' offset='0'/>\n" " <stop stop-color='#ffffff' offset='1'/>\n" " </linearGradient>\n" - " <linearGradient id='linearGradientTop' x1='7.5' x2='7.5' y1='1.5' y2='1.5' gradientUnits='userSpaceOnUse'>\n" + " <linearGradient id='linearGradientTop' x1='7.5' x2='7.5' y1='2' y2='2' gradientUnits='userSpaceOnUse'>\n" " <stop stop-color='#DARKKK' offset='1'/>\n" " <stop stop-color='#000000' offset='0'/>\n" " </linearGradient>\n" @@ -108,7 +108,7 @@ static const char checkbtnOnData[] = " <stop stop-color='#LIGHTT' offset='0'/>\n" " <stop stop-color='#ffffff' offset='1'/>\n" " </linearGradient>\n" - " <linearGradient id='linearGradientTop' x1='7.5' x2='7.5' y1='1.5' y2='1.5' gradientUnits='userSpaceOnUse'>\n" + " <linearGradient id='linearGradientTop' x1='7.5' x2='7.5' y1='2' y2='2' gradientUnits='userSpaceOnUse'>\n" " <stop stop-color='#DARKKK' offset='1'/>\n" " <stop stop-color='#000000' offset='0'/>\n" " </linearGradient>\n" |