Kaynağa Gözat

Fixes issue 3627: colour dialogs are too small

Change-Id: I47963752599ee8aa36fe328cb15022dd715e7a35
Reviewed-on: http://gerrit.dmdirc.com/812
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.3
Gregory Holmes 14 yıl önce
ebeveyn
işleme
0398b36a69

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

35
 import javax.swing.BorderFactory;
35
 import javax.swing.BorderFactory;
36
 import javax.swing.JButton;
36
 import javax.swing.JButton;
37
 import javax.swing.JPanel;
37
 import javax.swing.JPanel;
38
-import javax.swing.UIManager;
39
 import javax.swing.event.EventListenerList;
38
 import javax.swing.event.EventListenerList;
40
 
39
 
41
 import net.miginfocom.swing.MigLayout;
40
 import net.miginfocom.swing.MigLayout;

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

107
 
107
 
108
         final int height = 110 + (showIrc ? 15 : 0) + (showHex ? 125 : 0);
108
         final int height = 110 + (showIrc ? 15 : 0) + (showHex ? 125 : 0);
109
 
109
 
110
-        setPreferredSize(new Dimension(160, height));
110
+        setPreferredSize(new Dimension(165, height));
111
 
111
 
112
         addMouseListener(this);
112
         addMouseListener(this);
113
         addMouseMotionListener(this);
113
         addMouseMotionListener(this);

Loading…
İptal
Kaydet