File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ About::About(QWidget *parent) :
35
35
" Thanks to:<br/><br/>"
36
36
" <b>Main contributors:</b><br />"
37
37
" Alejandro Valdés (alevalv) for global headers feature<br />"
38
+ " fcolecumberri for scrollable area for request and response areas<br />"
38
39
" <br />"
39
40
" <b>Libraries contributors:</b><br />"
40
41
" Arseny Kapoulkine and the remaining contributors for pugixml library<br />"
Original file line number Diff line number Diff line change 98
98
<rect >
99
99
<x >0</x >
100
100
<y >0</y >
101
- <width >472 </width >
102
- <height >772 </height >
101
+ <width >470 </width >
102
+ <height >780 </height >
103
103
</rect >
104
104
</property >
105
105
<layout class =" QGridLayout" name =" gridLayout" >
270
270
<property name =" enabled" >
271
271
<bool >false</bool >
272
272
</property >
273
+ <property name =" font" >
274
+ <font >
275
+ <family >Courier New</family >
276
+ </font >
277
+ </property >
273
278
</widget >
274
279
</item >
275
280
<item >
279
284
<property name =" enabled" >
280
285
<bool >false</bool >
281
286
</property >
287
+ <property name =" font" >
288
+ <font >
289
+ <family >Courier New</family >
290
+ </font >
291
+ </property >
282
292
<property name =" alternatingRowColors" >
283
293
<bool >true</bool >
284
294
</property >
399
409
<layout class =" QHBoxLayout" name =" horizontalLayout_8" >
400
410
<item >
401
411
<widget class =" QTableWidget" name =" twRequestHeadersKeyValue" >
412
+ <property name =" font" >
413
+ <font >
414
+ <family >Courier New</family >
415
+ </font >
416
+ </property >
402
417
<property name =" alternatingRowColors" >
403
418
<bool >true</bool >
404
419
</property >
@@ -613,6 +628,11 @@ or alternatively just download the response as file.</string>
613
628
</item >
614
629
<item >
615
630
<widget class =" QPlainTextEdit" name =" pteResponseBody" >
631
+ <property name =" font" >
632
+ <font >
633
+ <family >Courier New</family >
634
+ </font >
635
+ </property >
616
636
<property name =" readOnly" >
617
637
<bool >true</bool >
618
638
</property >
@@ -627,6 +647,11 @@ or alternatively just download the response as file.</string>
627
647
<layout class =" QVBoxLayout" name =" verticalLayout_8" >
628
648
<item >
629
649
<widget class =" QPlainTextEdit" name =" pteResponseHeaders" >
650
+ <property name =" font" >
651
+ <font >
652
+ <family >Courier New</family >
653
+ </font >
654
+ </property >
630
655
<property name =" readOnly" >
631
656
<bool >true</bool >
632
657
</property >
@@ -727,7 +752,7 @@ or alternatively just download the response as file.</string>
727
752
<x >0</x >
728
753
<y >0</y >
729
754
<width >803</width >
730
- <height >25 </height >
755
+ <height >20 </height >
731
756
</rect >
732
757
</property >
733
758
<widget class =" QMenu" name =" menuFile" >
You can’t perform that action at this time.
0 commit comments