1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 21:38:04 -05:00

Make sure that radio button text does not line break

This commit is contained in:
Reinhard Pointner 2018-03-05 19:51:21 +07:00
parent 2da49ef276
commit 1317aa99a7

View File

@ -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();