dimensione carattere

This commit is contained in:
2020-10-23 15:33:29 +02:00
parent 4c4317d55b
commit dbdac20f82
18 changed files with 11958 additions and 11886 deletions

View File

@@ -164,7 +164,7 @@ class Ui_titolo(object):
self.lbl_impotit.setMinimumSize(QtCore.QSize(0, 20))
font = QtGui.QFont()
font.setFamily("Rockwell")
font.setPointSize(12)
font.setPointSize(14)
self.lbl_impotit.setFont(font)
self.lbl_impotit.setObjectName("lbl_impotit")
self.gridLayout.addWidget(self.lbl_impotit, 0, 0, 1, 3)
@@ -313,7 +313,7 @@ class Ui_titolo(object):
self.label.setMinimumSize(QtCore.QSize(0, 20))
font = QtGui.QFont()
font.setFamily("Rockwell")
font.setPointSize(12)
font.setPointSize(14)
self.label.setFont(font)
self.label.setObjectName("label")
self.gridLayout.addWidget(self.label, 8, 0, 1, 2)