mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
new size for ComicVineDialog
This commit is contained in:
@ -71,7 +71,7 @@ void ComicVineDialog::doLayout()
|
||||
mainLayout->setContentsMargins(26,16,26,11);
|
||||
|
||||
setLayout(mainLayout);
|
||||
setFixedSize(672,529);
|
||||
setFixedSize(872,529);
|
||||
}
|
||||
|
||||
void ComicVineDialog::doStackedWidgets()
|
||||
|
@ -149,7 +149,7 @@ void SelectVolume::load(const QString & json)
|
||||
|
||||
tableVolumes->resizeColumnsToContents();
|
||||
|
||||
tableVolumes->setFixedSize(419,341);
|
||||
tableVolumes->setFixedSize(619,341);
|
||||
|
||||
if(tempM->rowCount()>0)
|
||||
{
|
||||
@ -161,6 +161,8 @@ void SelectVolume::load(const QString & json)
|
||||
delete model;
|
||||
else
|
||||
model = tempM;
|
||||
|
||||
tableVolumes->setColumnWidth(0,350);
|
||||
}
|
||||
|
||||
SelectVolume::~SelectVolume() {}
|
||||
|
Reference in New Issue
Block a user