up vote 1 down vote favorite
share [g+] share [fb]

Which design do you use? What is the size of a button? In which order?

Do you prefer

  • A=OK
  • B=Cancel

or

  • A=Cancel
  • B=OK

Do you use "Windows" button size: 80x24 px or your own?

Design 1 Design 2 Design 3 Design 4

link|improve this question
Is this for a GUI running on Windows? – Alex B May 11 '09 at 18:09
In this context; yes. But you are welcome to share your opinion or experience if you think you can contribute. – Davorin May 12 '09 at 1:09
feedback

3 Answers

up vote 3 down vote accepted

Stick to the windows standard.

OK | Cancel | Apply

Use the same size button where possible.

Right align them, below the content of the window.

Use the UI in the Windows Control Panel (Display Settings / Date & Time / Keyboard) as an example.

link|improve this answer
I'm using this scheme (option #2) but I've seen all of the above options. Even the "Cancel | OK" arrangement. There must be some further reading on this topic. UI should be uniform as much as possible. – Davorin May 11 '09 at 13:11
feedback

Option #2 is fairly standardized. Always put OK before Cancel.

Microsoft recommends 75pix by 23pix for both buttons.

link|improve this answer
feedback

First option.

Check Microsoft Windows User Experience Interaction Guidelines: http://msdn.microsoft.com/en-us/library/windows/desktop/aa511268.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.