GTK Button images fixed #1247

git-svn-id: svn://ultimatepp.org/upp/trunk@8897 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-09-06 06:06:12 +00:00
parent 5ded1e69d3
commit e9b29f7586

View file

@ -207,9 +207,9 @@ void ChHostSkin()
po.x = GtkInt("child-displacement-x");
po.y = GtkInt("child-displacement-y");
s.ok = GtkImage("gtk-ok", DPI(16), DPI(16));
s.cancel = GtkImage("gtk-cancel", DPI(16), DPI(16));
s.exit = GtkImage("gtk-quit", DPI(16), DPI(16));
s.ok = GtkImage("gtk-ok", DPI(4), DPI(16));
s.cancel = GtkImage("gtk-cancel", DPI(4), DPI(16));
s.exit = GtkImage("gtk-quit", DPI(4), DPI(16));
ChGtkColor(s.textcolor, 0 * 5);
s.pressoffset = po;