Skip to content

Commit 3668ce3

Browse files
committed
fix: stress panel layout width
1 parent ecaaa0f commit 3668ce3

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

src/main/java/io/github/linyimin/plugin/ui/SqlStressTabbedPane.form

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -325,15 +325,15 @@
325325
<grid id="1918f" layout-manager="GridLayoutManager" row-count="1" column-count="11" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
326326
<margin top="5" left="0" bottom="0" right="0"/>
327327
<constraints>
328-
<grid row="0" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="7" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
328+
<grid row="0" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="1" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
329329
</constraints>
330330
<properties/>
331331
<border type="none"/>
332332
<children>
333333
<grid id="13e6a" binding="successRatePanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
334334
<margin top="0" left="0" bottom="0" right="0"/>
335335
<constraints>
336-
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
336+
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
337337
</constraints>
338338
<properties/>
339339
<border type="none"/>
@@ -348,7 +348,7 @@
348348
</component>
349349
<component id="79e78" class="javax.swing.JTextField" binding="successRateText">
350350
<constraints>
351-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="0" indent="0" use-parent-layout="false">
351+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false">
352352
<preferred-size width="150" height="-1"/>
353353
</grid>
354354
</constraints>
@@ -364,7 +364,7 @@
364364
<grid id="f31ff" binding="averageRtPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
365365
<margin top="0" left="0" bottom="0" right="0"/>
366366
<constraints>
367-
<grid row="0" column="4" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
367+
<grid row="0" column="4" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
368368
</constraints>
369369
<properties/>
370370
<border type="none"/>
@@ -379,7 +379,7 @@
379379
</component>
380380
<component id="bf2df" class="javax.swing.JTextField" binding="averageRtText">
381381
<constraints>
382-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="0" indent="0" use-parent-layout="false">
382+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false">
383383
<preferred-size width="150" height="-1"/>
384384
</grid>
385385
</constraints>
@@ -395,7 +395,7 @@
395395
<grid id="9d557" binding="tpsPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
396396
<margin top="0" left="0" bottom="0" right="0"/>
397397
<constraints>
398-
<grid row="0" column="6" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
398+
<grid row="0" column="6" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
399399
</constraints>
400400
<properties/>
401401
<border type="none"/>
@@ -410,7 +410,7 @@
410410
</component>
411411
<component id="b0ff8" class="javax.swing.JTextField" binding="tpsText">
412412
<constraints>
413-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="0" indent="0" use-parent-layout="false">
413+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false">
414414
<preferred-size width="150" height="-1"/>
415415
</grid>
416416
</constraints>
@@ -426,7 +426,7 @@
426426
<grid id="9d576" binding="concurrentNumPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
427427
<margin top="0" left="0" bottom="0" right="0"/>
428428
<constraints>
429-
<grid row="0" column="7" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
429+
<grid row="0" column="7" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
430430
</constraints>
431431
<properties/>
432432
<border type="none"/>
@@ -441,7 +441,7 @@
441441
</component>
442442
<component id="9af28" class="javax.swing.JTextField" binding="concurrentNumTextField">
443443
<constraints>
444-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="0" indent="0" use-parent-layout="false">
444+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false">
445445
<preferred-size width="150" height="-1"/>
446446
</grid>
447447
</constraints>
@@ -457,7 +457,7 @@
457457
<grid id="d28de" binding="errorNumPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
458458
<margin top="0" left="0" bottom="0" right="0"/>
459459
<constraints>
460-
<grid row="0" column="8" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
460+
<grid row="0" column="8" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
461461
</constraints>
462462
<properties/>
463463
<border type="none"/>
@@ -472,7 +472,7 @@
472472
</component>
473473
<component id="15d3" class="javax.swing.JTextField" binding="errorNumText">
474474
<constraints>
475-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="1" fill="0" indent="0" use-parent-layout="false">
475+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false">
476476
<preferred-size width="150" height="-1"/>
477477
</grid>
478478
</constraints>
@@ -488,7 +488,7 @@
488488
<grid id="7ab02" binding="totalRequestPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
489489
<margin top="0" left="0" bottom="0" right="0"/>
490490
<constraints>
491-
<grid row="0" column="9" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
491+
<grid row="0" column="9" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false"/>
492492
</constraints>
493493
<properties/>
494494
<border type="none"/>
@@ -503,7 +503,7 @@
503503
</component>
504504
<component id="92514" class="javax.swing.JTextField" binding="totalRequestText">
505505
<constraints>
506-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="1" fill="0" indent="0" use-parent-layout="false">
506+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="1" fill="0" indent="0" use-parent-layout="false">
507507
<preferred-size width="150" height="-1"/>
508508
</grid>
509509
</constraints>
@@ -519,7 +519,7 @@
519519
<grid id="5c73d" binding="maxRtPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
520520
<margin top="0" left="0" bottom="0" right="0"/>
521521
<constraints>
522-
<grid row="0" column="3" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
522+
<grid row="0" column="3" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
523523
</constraints>
524524
<properties/>
525525
<border type="none"/>
@@ -534,7 +534,7 @@
534534
</component>
535535
<component id="6709b" class="javax.swing.JTextField" binding="maxRtText">
536536
<constraints>
537-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="0" indent="0" use-parent-layout="false">
537+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false">
538538
<preferred-size width="150" height="-1"/>
539539
</grid>
540540
</constraints>
@@ -550,7 +550,7 @@
550550
<grid id="c464c" binding="maxTpsPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
551551
<margin top="0" left="0" bottom="0" right="0"/>
552552
<constraints>
553-
<grid row="0" column="5" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
553+
<grid row="0" column="5" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
554554
</constraints>
555555
<properties/>
556556
<border type="none"/>
@@ -565,7 +565,7 @@
565565
</component>
566566
<component id="79bf8" class="javax.swing.JTextField" binding="maxTpsText">
567567
<constraints>
568-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="0" indent="0" use-parent-layout="false">
568+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false">
569569
<preferred-size width="150" height="-1"/>
570570
</grid>
571571
</constraints>
@@ -581,7 +581,7 @@
581581
<grid id="f28f5" binding="tp90Panel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
582582
<margin top="0" left="0" bottom="0" right="0"/>
583583
<constraints>
584-
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
584+
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
585585
</constraints>
586586
<properties/>
587587
<border type="none"/>
@@ -596,7 +596,7 @@
596596
</component>
597597
<component id="354e7" class="javax.swing.JTextField" binding="tp90Text">
598598
<constraints>
599-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="0" indent="0" use-parent-layout="false">
599+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false">
600600
<preferred-size width="150" height="-1"/>
601601
</grid>
602602
</constraints>
@@ -612,7 +612,7 @@
612612
<grid id="608ef" binding="tp99Panel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
613613
<margin top="0" left="0" bottom="0" right="0"/>
614614
<constraints>
615-
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
615+
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
616616
</constraints>
617617
<properties/>
618618
<border type="none"/>
@@ -627,7 +627,7 @@
627627
</component>
628628
<component id="aac33" class="javax.swing.JTextField" binding="tp99Text">
629629
<constraints>
630-
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="0" fill="0" indent="0" use-parent-layout="false">
630+
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false">
631631
<preferred-size width="150" height="-1"/>
632632
</grid>
633633
</constraints>

0 commit comments

Comments
 (0)