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