mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user