add antialias option to gtk config
This commit is contained in:
parent
7729337fca
commit
eb30302779
|
@ -21,6 +21,7 @@ cat << EOF > package/share/gtk-3.0/settings.ini
|
||||||
gtk-theme-name = Windows10
|
gtk-theme-name = Windows10
|
||||||
gtk-font-name = Segoe UI 10
|
gtk-font-name = Segoe UI 10
|
||||||
gtk-xft-rgba = rgb
|
gtk-xft-rgba = rgb
|
||||||
|
gtk-xft-antialias = 1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
mingw-strip package/*
|
mingw-strip package/*
|
||||||
|
|
Loading…
Reference in New Issue