dimensione carattere
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user