mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
GTK Button images fixed #1247
git-svn-id: svn://ultimatepp.org/upp/trunk@8897 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ef14f18a50
commit
510c802a33
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue