various small fixes:
- icons.ini: fix icon in OpenDialog - assoc.ini: use CEDIT for txt and log - taskbar.ini: shoe min left button - kiv: show info about image dimensions in the title - rdsave: win_height considers skin_height git-svn-id: svn://kolibrios.org@9035 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -338,9 +338,13 @@ draw_window:
|
||||
mcall 48,3,sc,sizeof.system_colors
|
||||
mcall 12,1
|
||||
|
||||
mov edx,[sc.work]
|
||||
or edx,0x34000000
|
||||
mcall 0,<200,400>,<200,130>, , ,title
|
||||
mcall 48,4
|
||||
mov ecx,200*65536+111
|
||||
add ecx,eax
|
||||
|
||||
mov edx,[sc.work]
|
||||
or edx,0x34000000
|
||||
mcall 0,<200,400>,, , ,title
|
||||
|
||||
;buttons
|
||||
mcall 8,<198,70>,<68,20>,1,[sc.work_button]
|
||||
|
Reference in New Issue
Block a user