mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
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:
parent
f797833147
commit
d3cec9de8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue