Kaynağa Gözat

Corrects padding issue with JTextArea in perform panel

fixes issue 4244

Change-Id: I46c9ea922c8cf9e16993215077b070e696fc960a
Reviewed-on: http://gerrit.dmdirc.com/1353
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
tags/0.6.4
Simon Mott 14 yıl önce
ebeveyn
işleme
86bc5aa8a9

+ 1
- 1
src/com/dmdirc/addons/ui_swing/components/performpanel/PerformPanel.java Dosyayı Görüntüle

@@ -79,7 +79,7 @@ public class PerformPanel extends JPanel {
79 79
         for (PerformDescription perform : performs) {
80 80
             addPerform(perform);
81 81
         }
82
-        setLayout(new MigLayout("fill"));
82
+        setLayout(new MigLayout("ins 0, fill"));
83 83
         performSpace = new TextAreaInputField("");
84 84
         add(new JScrollPane(performSpace), "grow, push");
85 85
         visiblePerform = null;

Loading…
İptal
Kaydet