shuttle and transportque reworks, new shdmp, titler font textbox tweak
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / titler / titlerwindow.C
index 04f1ef69f3b4bad3cbc2e6bfeaad8028ea44fcb7..25f456df059fb8070b98a547aaf195c335b230d2 100644 (file)
@@ -934,7 +934,7 @@ void TitleWindow::check_style(const char *font_name, int update)
 
 TitleFont::TitleFont(TitleMain *client, TitleWindow *window, int x, int y)
  : BC_PopupTextBox(window, &window->fonts, client->config.font,
-               x, y, 240, 300, LISTBOX_ICON_LIST)
+               x, y, 300, 300, LISTBOX_ICON_LIST)
 {
        this->client = client;
        this->window = window;