Make sure that radio button text does not line break
This commit is contained in:
parent
2da49ef276
commit
1317aa99a7
|
@ -79,8 +79,8 @@ public class PresetEditor extends JDialog {
|
||||||
|
|
||||||
presetNameHeader = new HeaderPanel();
|
presetNameHeader = new HeaderPanel();
|
||||||
|
|
||||||
inheritRadio = new JRadioButton("<html>Use <b>Original Files</b> selection</html>");
|
inheritRadio = new JRadioButton("<html><nobr>Use <b>Original Files</b> selection</nobr></html>");
|
||||||
selectRadio = new JRadioButton("<html>Do <b>Select</b> files</html>");
|
selectRadio = new JRadioButton("<html><nobr>Do <b>Select</b> files</nobr></html>");
|
||||||
pathInput = new JTextField(40);
|
pathInput = new JTextField(40);
|
||||||
|
|
||||||
filterEditor = createEditor();
|
filterEditor = createEditor();
|
||||||
|
|
Loading…
Reference in New Issue