Fijado tama?o a 12px para la fuente de la etiqueta info en resoluciones bajas.

A?adido el tama?o de c?mics a la tabla comicView
This commit is contained in:
Luis Ángel San Martín
2013-02-16 15:42:19 +01:00
parent 1dc6f05946
commit 42eefb06c7
3 changed files with 8 additions and 3 deletions

View File

@ -28,7 +28,7 @@ PageLabelWidget::PageLabelWidget(QWidget * parent)
textLabel = new QLabel(this);
textLabel->setAlignment(Qt::AlignVCenter|Qt::AlignHCenter);
if(verticalRes <= 1024)
textLabel->setStyleSheet("QLabel { color : white; padding-left:8px; }");
textLabel->setStyleSheet("QLabel { color : white; font-size:12px; padding-left:8px; }");
else if (verticalRes <= 1200)
textLabel->setStyleSheet("QLabel { color : white; font-size:16px; padding-left:8px;}");
else