Skip to content

Commit

Permalink
new image
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolony committed Apr 30, 2015
1 parent 4b838a8 commit 531ba09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified resources/history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/com/bytezone/dm3270/application/ConsolePane.java
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ private void setView (ImageView imageView)
{
setCenter (imageView);
setMargin (imageView, new Insets (MARGIN, MARGIN, 0, MARGIN));
setStyle ("-fx-background-color: yellow;");
setStyle ("-fx-background-color: navajowhite;");
}
}

Expand Down

0 comments on commit 531ba09

Please sign in to comment.