fix max. width of sliders in 4-line mode

This commit is contained in:
marschap
2005-06-04 14:54:31 +00:00
parent 3846b411d9
commit deea25e6ea
+1 -1
View File
@@ -581,7 +581,7 @@ void menuitem_rebuild_screen_slider (MenuItem *item, Screen *s)
*/
w->x = 2;
w->y = display_props->height / 2 + 1;
w->length = display_props->width - 2;
w->width = display_props->width - 2;
}
w = widget_create ("min", WID_STRING, s);