This commit is contained in:
parent
0a19060c94
commit
4f81f34614
|
@ -113,7 +113,10 @@ public class SettingsTab {
|
|||
|
||||
panel.add(UiUtils.wrap(RecentCommands.createButton(new AtomicBoolean(), WRITECONFIG)));
|
||||
|
||||
content.add(panel);
|
||||
JLabel unusable = new JLabel("This is painfully unusable, TunerStudio works way better for settings!");
|
||||
unusable.setForeground(Color.red);
|
||||
content.add(unusable, BorderLayout.NORTH);
|
||||
content.add(panel, BorderLayout.CENTER);
|
||||
UiUtils.trueLayout(content);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue