Stupid typo and a comment
This commit is contained in:
parent
646d1edcd2
commit
0d3e7f02ad
@ -731,7 +731,7 @@ void HistogramArea::get_preferred_height_for_width_vfunc (int width, int &minimu
|
|||||||
gHeight = 100;
|
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) {
|
if (gHeight < 100) {
|
||||||
gHeight = 100;
|
gHeight = 100;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user