X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Ftipwindow.C;h=2c126bf0f8f3b83364d5115bbec85a716e3834c2;hb=ddfda6a8cc59bda4dc734973c1c5fecaa31ea487;hp=df0e6f6fb1d943115336cf5f73d4d0c4808baf9d;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/tipwindow.C b/cinelerra-5.1/cinelerra/tipwindow.C index df0e6f6f..2c126bf0 100644 --- a/cinelerra-5.1/cinelerra/tipwindow.C +++ b/cinelerra-5.1/cinelerra/tipwindow.C @@ -117,7 +117,7 @@ void TipWindow::prev_tip() TipWindowGUI::TipWindowGUI(MWindow *mwindow, TipWindow *thread, int x, int y) : BC_Window(_(PROGRAM_NAME ": Tip of the day"), x, y, - xS(640), yS(100), xS(640), yS(100), 0, 0, 1) + xS(640), yS(110), xS(640), yS(110), 0, 0, 1) { this->mwindow = mwindow; this->thread = thread;