diff --git a/programs/other/t_edit/t_data.inc b/programs/other/t_edit/t_data.inc index 4e6f8df1a8..b83c349ad8 100644 --- a/programs/other/t_edit/t_data.inc +++ b/programs/other/t_edit/t_data.inc @@ -240,7 +240,7 @@ wScr: .size_y dw 300 ; +4 .start_y dw 50 ; +6 .btn_high dd 15 ; +8 -.type dd 1 ;+12 +.type dd 0 ;+12 .max_area dd 100 ;+16 .cur_area dd 30 ;+20 .position dd 0 ;+24 @@ -274,7 +274,7 @@ hScr: .size_y dw 16 ;+4 .start_y dw 50 ;+6 .btn_high dd 15 ;+8 -.type dd 1 ;+12 +.type dd 0 ;+12 .max_area dd 100 ;+16 .cur_area dd 30 ;+20 .position dd 0 ;+24 @@ -308,7 +308,7 @@ ws_dir_lbox: ; .size_y dw 30 ;+4 .start_y dw 70 ;+6 .btn_high dd 15 ;+8 -.type dd 1 ;+12 +.type dd 0 ;+12 .max_area dd 100 ;+16 .cur_area dd 30 ;+20 .position dd 0 ;+24 diff --git a/programs/other/t_edit/t_edit.png b/programs/other/t_edit/t_edit.png index e8c2fdb807..79986425dd 100644 Binary files a/programs/other/t_edit/t_edit.png and b/programs/other/t_edit/t_edit.png differ diff --git a/programs/other/t_edit/te_icon.png b/programs/other/t_edit/te_icon.png index c0bcddcf2e..30afc6fe49 100644 Binary files a/programs/other/t_edit/te_icon.png and b/programs/other/t_edit/te_icon.png differ