mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
contact add panel bigger
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12226 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
21b74bca92
commit
dd487cf5c5
@ -162,7 +162,7 @@ public class RosterDialog implements PropertyChangeListener, ActionListener {
|
||||
panel.setLayout(new GridBagLayout());
|
||||
panel.add(contactIDLabel, new GridBagConstraints(0, 0, 1, 1, 0.0D, 0.0D, 17, 2, new Insets(5, 5, 5, 5), 0, 0));
|
||||
panel.add(jidField , new GridBagConstraints(1, 0, 1, 1, 1.0D, 0.0D, 17, 2, new Insets(5, 5, 5, 5), 0, 0));
|
||||
panel.add(_searchForName, new GridBagConstraints(2, 0, 1, 1, 1.0D, 0.0D, 17, 0, new Insets(5, 5, 5, 5), 0, 0));
|
||||
panel.add(_searchForName, new GridBagConstraints(2, 0, 1, 1, 0.0D, 0.0D, 17, 0, new Insets(5, 5, 5, 5), 0, 0));
|
||||
|
||||
|
||||
panel.add(nicknameLabel, new GridBagConstraints(0, 1, 1, 1, 0.0D, 0.0D, 17, 2, new Insets(5, 5, 5, 5), 0, 0));
|
||||
@ -187,7 +187,7 @@ public class RosterDialog implements PropertyChangeListener, ActionListener {
|
||||
panel.add(groupBox, new GridBagConstraints(1, 4, 1, 1, 1.0D, 0.0D, 17, 2, new Insets(5, 5, 5, 5), 0, 0));
|
||||
|
||||
if(!Default.getBoolean("ADD_CONTACT_GROUP_DISABLED")){
|
||||
panel.add(newGroupButton, new GridBagConstraints(2, 4, 1, 1, 0.0D, 0.0D, 17, 2, new Insets(5, 5, 5, 5), 0, 0));
|
||||
panel.add(newGroupButton, new GridBagConstraints(2, 4, 1, 1, 0.0D, 0.0D, 17, 1, new Insets(5, 5, 5, 5), 0, 0));
|
||||
}
|
||||
newGroupButton.addActionListener(this);
|
||||
|
||||
@ -343,7 +343,7 @@ public class RosterDialog implements PropertyChangeListener, ActionListener {
|
||||
|
||||
public Dimension getPreferredSize() {
|
||||
final Dimension size = super.getPreferredSize();
|
||||
size.width = 350;
|
||||
size.width = 450;
|
||||
return size;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user