mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 13:28:02 -05:00
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();
|
||||
|
||||
inheritRadio = new JRadioButton("<html>Use <b>Original Files</b> selection</html>");
|
||||
selectRadio = new JRadioButton("<html>Do <b>Select</b> files</html>");
|
||||
inheritRadio = new JRadioButton("<html><nobr>Use <b>Original Files</b> selection</nobr></html>");
|
||||
selectRadio = new JRadioButton("<html><nobr>Do <b>Select</b> files</nobr></html>");
|
||||
pathInput = new JTextField(40);
|
||||
|
||||
filterEditor = createEditor();
|
||||
|
Loading…
Reference in New Issue
Block a user