Command buttons position - UI design - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T19:01:55Z http://stackoverflow.com/feeds/question/847829 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/847829/command-buttons-position-ui-design 1 Command buttons position - UI design Davorin 2009-05-11T12:15:52Z 2009-05-11T12:22:21Z <p>Which design do you use? What is the size of a button? In which order?</p> <p>Do you prefer</p> <ul> <li>A=OK</li> <li>B=Cancel</li> </ul> <p>or </p> <ul> <li>A=Cancel</li> <li>B=OK</li> </ul> <p>Do you use "Windows" button size: 80x24 px or your own?</p> <p><img src="http://www.quercus-lab.com/images/so/ui%5F1.png" alt="Design 1" /> <img src="http://www.quercus-lab.com/images/so/ui%5F2.png" alt="Design 2" /> <img src="http://www.quercus-lab.com/images/so/ui%5F3.png" alt="Design 3" /> <img src="http://www.quercus-lab.com/images/so/ui%5F4.png" alt="Design 4" /> </p> http://stackoverflow.com/questions/847829/command-buttons-position-ui-design/847839#847839 3 Answer by Eoin Campbell for Command buttons position - UI design Eoin Campbell 2009-05-11T12:19:38Z 2009-05-11T12:19:38Z <p>Stick to the windows standard.</p> <p>OK | Cancel | Apply</p> <p>Use the same size button where possible.</p> <p>Right align them, below the content of the window.</p> <p>Use the UI in the Windows Control Panel (Display Settings / Date &amp; Time / Keyboard) as an example.</p> http://stackoverflow.com/questions/847829/command-buttons-position-ui-design/847842#847842 2 Answer by Josh G for Command buttons position - UI design Josh G 2009-05-11T12:20:04Z 2009-05-11T12:20:04Z <p>Option #2 is fairly standardized. Always put OK before Cancel.</p> <p><a href="http://msdn.microsoft.com/en-us/library/aa511453.aspx" rel="nofollow">Microsoft</a> recommends 75pix by 23pix for both buttons.</p>