Add default appearance checkbox text the right way.
(So clicking the text toggles the checkbox)
This commit is contained in:
parent
5436cd1560
commit
ae191c1c49
@ -229,8 +229,8 @@ public class AppearancePanel extends JPanel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
add(materialDefault, "split 2");
|
materialDefault.setText(trans.get("AppearanceCfg.lbl.Usedefault"));
|
||||||
add(new JLabel(trans.get("AppearanceCfg.lbl.Usedefault")), "wrap");
|
add(materialDefault, "wrap");
|
||||||
}
|
}
|
||||||
|
|
||||||
{// Texture File
|
{// Texture File
|
||||||
|
Loading…
x
Reference in New Issue
Block a user