Getto hacked buttons in SettingsFrame to be wider.
This commit is contained in:
@ -164,6 +164,7 @@ public class SettingsFrame extends RegisteredFrame{
|
|||||||
|
|
||||||
JButton btnDone = new JButton(Transl._(" Apply "));
|
JButton btnDone = new JButton(Transl._(" Apply "));
|
||||||
buttonPanel.add(btnDone);
|
buttonPanel.add(btnDone);
|
||||||
|
|
||||||
btnDone.addActionListener(new ActionListener(){
|
btnDone.addActionListener(new ActionListener(){
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent arg0) {
|
public void actionPerformed(ActionEvent arg0) {
|
||||||
|
Reference in New Issue
Block a user