1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-22 15:58:52 -05:00

Fix various Dark Mode issues

This commit is contained in:
Reinhard Pointner 2019-02-28 16:17:22 +07:00
parent a64095ff09
commit e96251f956

View File

@ -222,9 +222,9 @@ public class FormatDialog extends JDialog {
editor.setBackground(template.getBackground());
content.add(editorScrollPane, "w 120px:min(pref, 420px), h pref, growx, wrap 4px, id editor");
content.add(createImageButton(changeSampleAction), "sg action, w 27!, h 24!, pos n editor.y2+2 editor.x2 n");
content.add(createImageButton(selectFolderAction), "sg action, w 27!, h 24!, pos n editor.y2+2 editor.x2-(27*1) n");
content.add(createImageButton(showRecentAction), "sg action, w 27!, h 24!, pos n editor.y2+2 editor.x2-(27*2) n");
content.add(createImageButton(changeSampleAction), "sg action, w 28!, h 24!, pos n editor.y2+2 editor.x2 n");
content.add(createImageButton(selectFolderAction), "sg action, w 28!, h 24!, pos n editor.y2+2 editor.x2-(30*1) n");
content.add(createImageButton(showRecentAction), "sg action, w 28!, h 24!, pos n editor.y2+2 editor.x2-(30*2) n");
content.add(help, "growx, wrap 25px:push");