Skip to content

Commit

Permalink
add size for histogram for displaying stats
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Jun 1, 2017
1 parent c4f9f77 commit e9be696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GdaConst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ const wxColour GdaConst::map_movie_default_fill_colour(49, 163, 84);
const wxColour GdaConst::map_movie_default_highlight_colour(224, 113, 182);

// Histogram
const wxSize GdaConst::hist_default_size(580, 300);
const wxSize GdaConst::hist_default_size(600, 500);

// Table
const wxString GdaConst::placeholder_str("<placeholder>");
Expand Down

0 comments on commit e9be696

Please sign in to comment.