direct integrals for floatautos, clipboard fix
[goodguy/history.git] / cinelerra-5.1 / cinelerra / aboutprefs.C
index f70e3fbd6d53c31fa6c0804328132a060d6146ee..8ad411ddee0357b89fd8c19f5583b45ea2d537ae 100644 (file)
@@ -96,7 +96,7 @@ void AboutPrefs::create_objects()
                        about.append(new BC_ListBoxItem(msg));
                }
                BC_ListBox *listbox;
-               add_subwindow(listbox = new BC_ListBox(x, y, 300, 280,
+               add_subwindow(listbox = new BC_ListBox(x, y, 450, 280,
                        LISTBOX_TEXT, &about, 0, 0, 1));
                y += listbox->get_h() + get_text_height(LARGEFONT) + 10;
        }