File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ def clear_text():
51
51
self .emoji_layout = QGridLayout ()
52
52
self .emoji_widget = QWidget ()
53
53
self .emoji_widget .setLayout (self .emoji_layout )
54
- self .frame_2 .setLayout (QVBoxLayout ())
55
54
self .frame_2 .layout ().addWidget (self .emoji_widget )
56
55
self .emoji_widget .hide ()
57
56
self .pushButton .clicked .connect (lambda :emoji_wight_btn ())
Original file line number Diff line number Diff line change 159
159
<widget class =" QLineEdit" name =" lineEdit" >
160
160
<property name =" font" >
161
161
<font >
162
- <pointsize >-1 </pointsize >
162
+ <pointsize >14 </pointsize >
163
163
<weight >50</weight >
164
164
<bold >false</bold >
165
165
</font >
189
189
</property >
190
190
<property name =" font" >
191
191
<font >
192
- <pointsize >-1 </pointsize >
192
+ <pointsize >14 </pointsize >
193
193
<weight >62</weight >
194
194
<bold >true</bold >
195
195
</font >
234
234
<widget class =" QPushButton" name =" pushButton_2" >
235
235
<property name =" font" >
236
236
<font >
237
- <pointsize >-1 </pointsize >
237
+ <pointsize >14 </pointsize >
238
238
<weight >62</weight >
239
239
<bold >true</bold >
240
240
</font >
264
264
<widget class =" QPushButton" name =" pushButton_3" >
265
265
<property name =" font" >
266
266
<font >
267
- <pointsize >-1 </pointsize >
267
+ <pointsize >14 </pointsize >
268
268
<weight >62</weight >
269
269
<bold >true</bold >
270
270
</font >
337
337
<widget class =" QTextEdit" name =" textEdit" >
338
338
<property name =" font" >
339
339
<font >
340
- <pointsize >-1 </pointsize >
340
+ <pointsize >14 </pointsize >
341
341
</font >
342
342
</property >
343
343
<property name =" styleSheet" >
@@ -374,7 +374,7 @@ p, li { white-space: pre-wrap; }
374
374
</property >
375
375
<property name =" font" >
376
376
<font >
377
- <pointsize >-1 </pointsize >
377
+ <pointsize >14 </pointsize >
378
378
<weight >62</weight >
379
379
<bold >true</bold >
380
380
</font >
You can’t perform that action at this time.
0 commit comments