Searched refs:minimumHeight (Results 1 - 1 of 1) sorted by relevance

/inkscape/cxxtest/cxxtest/
H A DWin32Gui.h257 LONG minimumHeight = 2 * (GetSystemMetrics( SM_CYCAPTION ) + GetSystemMetrics( SM_CYFRAME )); local
258 if ( windowHeight < minimumHeight )
259 windowHeight = minimumHeight;

Completed in 898 milliseconds