Kaydet (Commit) 0e06e7e7 authored tarafından Jack Jansen's avatar Jack Jansen

About boxes should be at 20% of screen height, not halfway

üst 04df9d5a
......@@ -557,7 +557,7 @@ SIOUXDoAboutBox(void)
swidth = qd.screenBits.bounds.right - qd.screenBits.bounds.left;
sheight = qd.screenBits.bounds.bottom - qd.screenBits.bounds.top - LMGetMBarHeight();
xpos = (swidth-width)/2;
ypos = (sheight-height)/2 + LMGetMBarHeight();
ypos = (sheight-height)/5 + LMGetMBarHeight();
MoveWindow(theWindow, xpos, ypos, 0);
ShowWindow(theWindow);
ModalDialog(NULL, &item);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment