Skip to content

Commit f9229b0

Browse files
committed
remove part that cause warning msg
1 parent 7b2330b commit f9229b0

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Emoji Dictionary/QT_GUI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def clear_text():
5151
self.emoji_layout = QGridLayout()
5252
self.emoji_widget = QWidget()
5353
self.emoji_widget.setLayout(self.emoji_layout)
54-
self.frame_2.setLayout(QVBoxLayout())
5554
self.frame_2.layout().addWidget(self.emoji_widget)
5655
self.emoji_widget.hide()
5756
self.pushButton.clicked.connect(lambda:emoji_wight_btn())

Emoji Dictionary/QT_GUI.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<widget class="QLineEdit" name="lineEdit">
160160
<property name="font">
161161
<font>
162-
<pointsize>-1</pointsize>
162+
<pointsize>14</pointsize>
163163
<weight>50</weight>
164164
<bold>false</bold>
165165
</font>
@@ -189,7 +189,7 @@
189189
</property>
190190
<property name="font">
191191
<font>
192-
<pointsize>-1</pointsize>
192+
<pointsize>14</pointsize>
193193
<weight>62</weight>
194194
<bold>true</bold>
195195
</font>
@@ -234,7 +234,7 @@
234234
<widget class="QPushButton" name="pushButton_2">
235235
<property name="font">
236236
<font>
237-
<pointsize>-1</pointsize>
237+
<pointsize>14</pointsize>
238238
<weight>62</weight>
239239
<bold>true</bold>
240240
</font>
@@ -264,7 +264,7 @@
264264
<widget class="QPushButton" name="pushButton_3">
265265
<property name="font">
266266
<font>
267-
<pointsize>-1</pointsize>
267+
<pointsize>14</pointsize>
268268
<weight>62</weight>
269269
<bold>true</bold>
270270
</font>
@@ -337,7 +337,7 @@
337337
<widget class="QTextEdit" name="textEdit">
338338
<property name="font">
339339
<font>
340-
<pointsize>-1</pointsize>
340+
<pointsize>14</pointsize>
341341
</font>
342342
</property>
343343
<property name="styleSheet">
@@ -374,7 +374,7 @@ p, li { white-space: pre-wrap; }
374374
</property>
375375
<property name="font">
376376
<font>
377-
<pointsize>-1</pointsize>
377+
<pointsize>14</pointsize>
378378
<weight>62</weight>
379379
<bold>true</bold>
380380
</font>

0 commit comments

Comments
 (0)