mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
SliderCtrl chameleon, Prompt fix
git-svn-id: svn://ultimatepp.org/upp/trunk@726 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
320d1f7102
commit
eadcda5e12
4 changed files with 11 additions and 3 deletions
|
|
@ -466,6 +466,11 @@ void ChHostSkin()
|
|||
Win32Look(s.arealook, XP_REBAR, 0, 1);
|
||||
}
|
||||
|
||||
CtrlImg::Set("hthumb", XpImage(XP_TRACKBAR, TKP_THUMB, TUS_NORMAL, Null, Size(10, 20)));
|
||||
CtrlImg::Set("hthumb1", XpImage(XP_TRACKBAR, TKP_THUMB, TUS_PRESSED, Null, Size(10, 20)));
|
||||
CtrlImg::Set("vthumb", XpImage(XP_TRACKBAR, TKP_THUMBVERT, TUS_NORMAL, Null, Size(20, 10)));
|
||||
CtrlImg::Set("vthumb1", XpImage(XP_TRACKBAR, TKP_THUMBVERT, TUS_PRESSED, Null, Size(20, 10)));
|
||||
|
||||
XpElement e;
|
||||
for(int i = 0; i < 4; i++) {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue