<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title></title><style type="text/css">.felamimail-body-blockquote {margin: 5px 10px 0 3px;padding-left: 10px;border-left: 2px solid #000088;} </style></head><body>Am 29.07.2013 16:40:29, schrieb Thomas Pfeiffer:<br><blockquote class="felamimail-body-blockquote">So I'd vote in favor of redundancy in this case, though centralizing these <br>things could be made to work as well.<br></blockquote><p><br></p>I harmonized the <span id="felamimail-body-signature"></span>appearance sections of check box, radio button, list view, drop down, and combo box with something like this (depending on the control with more or less items):<br><br>* If activating a choice affects the appearance or the enabled state of other controls, place them next to the xxx.<br>* Align xxx vertically rather than horizontally, as this makes them easier to scan visually. Use horizontal or rectangular alignments only if they greatly improve the layout of the window.<br>* If certain controls in a configuration dialog are only relevant if a certainxxx is checked (i.e. they are dependent controls), disable them instead of hiding.<br><br>* Do not separate xxx and label. Clicking on both the box and the label should toggle the option.<br>* Do not add line breaks. If necessary place an additional label below the check box.<br>* Label xxxx with a descriptive caption to the top left of the group (cf. [[Projects/Usability/HIG/Form_Label_Alignment| alignment]]).<br>* Create a buddy relation so access keys are assigned.<br>* Use [[Projects/Usability/HIG/Capitalization|sentence style capitalization]] for check box items.<br>* Do not use ending punctuation (neither dot nor colon) for group label.<br><br></body></html>