forked from External/mage
Co-authored-by: TandEm <tandem@users.noreply.github.com>
This commit is contained in:
parent
85e4d4d420
commit
571eb69890
4 changed files with 51 additions and 38 deletions
|
|
@ -857,7 +857,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
|
||||
JPanel toolbar = new JPanel(new BorderLayout());
|
||||
JPanel toolbarInner = new JPanel();
|
||||
toolbar.setBackground(new Color(250, 250, 250, 150));
|
||||
toolbar.setBackground(PreferencesDialog.getCurrentTheme().getDeckEditorToolbarBackgroundColor());
|
||||
toolbar.setOpaque(true);
|
||||
toolbarInner.setOpaque(false);
|
||||
toolbarInner.add(deckNameAndCountLabel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue