Made RGB scaler a bit larger in palette secondary screen.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@774 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-05-04 20:24:13 +00:00
parent 3035788398
commit 7909ce7304
2 changed files with 7 additions and 7 deletions

View File

@@ -2146,7 +2146,7 @@ void Button_Secondary_palette(void)
Num2str(Config.Palette_cells_Y,str,3);
Print_in_window(94,89,str,MC_Black,MC_Light);
rgb_scale_slider = Window_set_scroller_button(137,73,29,254,1,256-RGB_scale);// 7
rgb_scale_slider = Window_set_scroller_button(137,58,60,254,1,256-RGB_scale);// 7
Num2str(RGB_scale,str,3);
Print_in_window(157,89,str,MC_Black,MC_Light);