add layout_scale preference, scaling cleanup, rework init bc_resources, init tip_info...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / timeentry.C
index f8ccf00017502db398ca7c61a1688ff5b816a091..1f01f721a2e913adde1d4a2df6e107cebed7970f 100644 (file)
@@ -88,7 +88,7 @@ void TimeEntry::create_objects()
        char string[BCTEXTLEN];
 
        if(output_day) {
-               day_text = new DayText(this, x, y, 50,
+               day_text = new DayText(this, x, y, xS(50),
                        day_table, TOTAL_DAYS, day_table[*output_day]);
                gui->add_subwindow(day_text);
                x += day_text->get_w();