X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fchannelinfo.C;h=3d1fa69f3ea2440de618713802b704eb54167ab6;hb=83c3c4b8005ee632f93844f2a81c9bbded1b69ad;hp=4a5bdaadcc40b98c0efad98a6f777def20ccd9ea;hpb=2451d3174f3b64d3ce4e311b125813cf2881eca4;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/channelinfo.C b/cinelerra-5.1/cinelerra/channelinfo.C index 4a5bdaad..3d1fa69f 100644 --- a/cinelerra-5.1/cinelerra/channelinfo.C +++ b/cinelerra-5.1/cinelerra/channelinfo.C @@ -262,9 +262,9 @@ void ChanSearchGUI::create_objects() int pady = BC_TextBox::calculate_h(this, MEDIUMFONT, 0, 1) + 5; int padx = BC_Title::calculate_w(this, (char*)"X", MEDIUMFONT); int x = padx/2, y = pady/4; - text_x = x; text_y = y; BC_Title *title = new BC_Title(text_x, text_y, _("Text:"), MEDIUMFONT, YELLOW); add_subwindow(title); x += title->get_w(); + text_x = x; text_y = y; search_text = new ChanSearchText(this, x, y, get_w()-x-10); add_subwindow(search_text); x = padx; y += pady + 5;