Skip to content

Commit

Permalink
表示フォントの修正です.
Browse files Browse the repository at this point in the history
  • Loading branch information
fourthline committed Nov 24, 2013
1 parent 79e1866 commit 9681ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fourthline/mabiicco/ui/MainFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public MainFrame() {

toolBar.add(newToolBarSeparator());
timeView = new JLabel("time MM:SS/MM:SS (120)");
timeView.setFont(new Font(Font.MONOSPACED, Font.BOLD, 12));
timeView.setFont(new Font(Font.MONOSPACED, Font.PLAIN, 12));
toolBar.add(timeView);

mmlSeqView = new MMLSeqView();
Expand Down

0 comments on commit 9681ddf

Please sign in to comment.