[UI] Adjusted some column widths

This commit is contained in:
emeric
2015-01-06 23:15:25 +01:00
parent 78bfd3a186
commit 2d110b0280
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -162,8 +162,8 @@ _playQueue(nullptr)
}
mainLayout->setRowStretch(1, 1);
mainLayout->setRowResizable(0, true, Wt::WLength(200, Wt::WLength::Pixel));
mainLayout->setColumnResizable(0, true, Wt::WLength(350, Wt::WLength::Pixel));
mainLayout->setRowResizable(0, true, Wt::WLength(250, Wt::WLength::Pixel));
mainLayout->setColumnResizable(0, true, Wt::WLength(400, Wt::WLength::Pixel));
// Double click on track
// Set the selected tracks to the play queue
+5 -5
View File
@@ -46,7 +46,7 @@ _db(db)
this->setAlternatingRowColors(true);
this->setModel(&_queryModel);
this->setColumnWidth(1, 50);
this->setColumnWidth(1, 80);
this->selectionChanged().connect(this, &TableFilterGenre::emitUpdate);
@@ -117,8 +117,8 @@ _db(db)
this->setAlternatingRowColors(true);
this->setModel(&_queryModel);
this->setColumnWidth(1, 50);
this->setColumnWidth(2, 50);
this->setColumnWidth(1, 80);
this->setColumnWidth(2, 80);
this->selectionChanged().connect(this, &TableFilterArtist::emitUpdate);
@@ -189,8 +189,8 @@ _db(db)
this->setAlternatingRowColors(true);
this->setModel(&_queryModel);
this->setColumnWidth(1, 50);
this->setColumnWidth(2, 50);
this->setColumnWidth(1, 60);
this->setColumnWidth(2, 80);
// Date display, just the year
{