Chamelon fix for TabCtrl for Gnome 2.26

git-svn-id: svn://ultimatepp.org/upp/trunk@1149 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2009-05-08 11:08:58 +00:00
parent f797833147
commit d3cec9de8f

View file

@ -1050,7 +1050,7 @@ void ChHostSkin()
s.first[i] = s.last[i] = s.both[i] = s.normal[i];
s.margin = 0;
s.sel = Rect(0, 0, 0, 4);
s.sel = Rect(0, 2, 0, 4);
s.extendleft = 2;
ChGtkColor(s.text_color, 0);
}