Browse Source

更改了日志的字体大小

剑断了 2 years ago
parent
commit
c1dfa8e6fc
2 changed files with 4 additions and 4 deletions
  1. 2 2
      MainWindow.py
  2. 2 2
      MainWindow.ui

+ 2 - 2
MainWindow.py

@@ -79,7 +79,7 @@ class Ui_MainWindow(object):
         self.activityLogEdit.setGeometry(QtCore.QRect(780, 30, 251, 231))
         self.activityLogEdit.setGeometry(QtCore.QRect(780, 30, 251, 231))
         font = QtGui.QFont()
         font = QtGui.QFont()
         font.setFamily("阿里巴巴普惠体 R")
         font.setFamily("阿里巴巴普惠体 R")
-        font.setPointSize(7)
+        font.setPointSize(10)
         font.setBold(False)
         font.setBold(False)
         font.setWeight(50)
         font.setWeight(50)
         self.activityLogEdit.setFont(font)
         self.activityLogEdit.setFont(font)
@@ -132,7 +132,7 @@ class Ui_MainWindow(object):
         self.statusbar.setObjectName("statusbar")
         self.statusbar.setObjectName("statusbar")
         MainWindow.setStatusBar(self.statusbar)
         MainWindow.setStatusBar(self.statusbar)
         self.menubar = QtWidgets.QMenuBar(MainWindow)
         self.menubar = QtWidgets.QMenuBar(MainWindow)
-        self.menubar.setGeometry(QtCore.QRect(0, 0, 1045, 25))
+        self.menubar.setGeometry(QtCore.QRect(0, 0, 1045, 23))
         self.menubar.setObjectName("menubar")
         self.menubar.setObjectName("menubar")
         MainWindow.setMenuBar(self.menubar)
         MainWindow.setMenuBar(self.menubar)
 
 

+ 2 - 2
MainWindow.ui

@@ -207,7 +207,7 @@ p, li { white-space: pre-wrap; }
     <property name="font">
     <property name="font">
      <font>
      <font>
       <family>阿里巴巴普惠体 R</family>
       <family>阿里巴巴普惠体 R</family>
-      <pointsize>7</pointsize>
+      <pointsize>10</pointsize>
       <weight>50</weight>
       <weight>50</weight>
       <bold>false</bold>
       <bold>false</bold>
      </font>
      </font>
@@ -343,7 +343,7 @@ p, li { white-space: pre-wrap; }
      <x>0</x>
      <x>0</x>
      <y>0</y>
      <y>0</y>
      <width>1045</width>
      <width>1045</width>
-     <height>25</height>
+     <height>23</height>
     </rect>
     </rect>
    </property>
    </property>
   </widget>
   </widget>