-Rearranging UI

This commit is contained in:
Harry van Haaren 2013-07-25 18:05:23 +01:00
parent 3bcbbefd0d
commit e597733b00
2 changed files with 7 additions and 4 deletions

View file

@ -43,9 +43,10 @@ class GTrack : public Fl_Group
volume(x+65, y +427, 36, 150, "Vol"),
dial1(x+22, y +440 , 30, 30, "Rev"),
dial2(x+22, y +440 + 50, 30, 30, "S-C"),
dial3(x+22, y +440 +100, 30, 30, "P-S"),
dial2(x+22, y +440 + 0, 30, 30, "S-C"),
dial3(x+22, y +440 + 50, 30, 30, "P-S"),
dial1(x+22, y +440 +100, 30, 30, "Rev"),
progress(x+5, y+ 26, 100, 100, "Source UI")
{

View file

@ -55,9 +55,11 @@ Gui::Gui() :
Avtk::Image* headerImage = new Avtk::Image(0,0,1110,36,"header.png");
headerImage->setPixbuf( header.pixel_data, 4 );
tooltipLabel = new Fl_Box(90, 15, 200, 20, "");
tooltipLabel = new Fl_Box(130, 25, 500, 20, "");
tooltipLabel->labelcolor( FL_LIGHT2 );
tooltipLabel->color( FL_DARK2 );
tooltipLabel->hide();
//tooltipLabel->align( FL_ALIGN_TOP_LEFT );
int i = 0;