Index: code/q3_ui/ui_atoms.c =================================================================== --- code/q3_ui/ui_atoms.c (revision 537) +++ code/q3_ui/ui_atoms.c (working copy) @@ -1073,6 +1073,7 @@ if ( uis.glconfig.vidWidth * 480 > uis.glconfig.vidHeight * 640 ) { // wide screen uis.bias = 0.5 * ( uis.glconfig.vidWidth - ( uis.glconfig.vidHeight * (640.0/480.0) ) ); + uis.xscale = uis.yscale; } else { // no wide screen