Stupid typo and a comment

This commit is contained in:
Thanatomanic 2018-06-15 07:18:58 +02:00
parent 646d1edcd2
commit 0d3e7f02ad

View File

@ -731,7 +731,7 @@ void HistogramArea::get_preferred_height_for_width_vfunc (int width, int &minimu
gHeight = 100;
}*/
inf gHeight = width; // aspect ratio 1:1 should fit on most monitors
int gHeight = width; // aspect ratio 1:1 should fit on most monitors
if (gHeight < 100) {
gHeight = 100;
}