Andrew and RafaMar tips improvements
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / tipwindow.C
index df0e6f6fb1d943115336cf5f73d4d0c4808baf9d..2c126bf0f8f3b83364d5115bbec85a716e3834c2 100644 (file)
@@ -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;