[UI] Adjusted some column widths
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user