Skip to content

Commit 58324ec

Browse files
committed
labels and tool tips
1 parent a30df28 commit 58324ec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

stylebook/taskpanel.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,17 @@ When the user has started a task, pressing Esc should behave the same as pressin
7272
### 6.2 Escaping from a modal tool within a task.
7373

7474
Some tasks allow the user to conduct extensive work with many tools all within the context of the parent task. For example, a user can edit a sketch. While the sketch is open, the user can use many different tools. Tools for adding geometry and applying constraints are modal, allowing the user to repeat the action many times before exiting the tool (without exiting the sketch). While in this mode, the escape key should exit the mode but not abort the prior work.
75+
76+
## 7 Field Labels
77+
78+
Field labels should be placed as close as possible to the field they describe, either immediately to the left or above. Placement to the left is preferred unless the input field is particularly wide and left placement would make the entire panel stretch or truncate the field contents.
79+
80+
Labels should begin with a capital letter and should not include a colon.
81+
82+
## 8 Tool Tips
83+
84+
Tooltips should always be configured for translation.
85+
Longer tool tips with complete sentences should use regular punctuation. Shorter tool tips with a descriptive clause should not contain a closing period.
86+
87+
e.g "If left empty, the default will be used."
88+
"Horizontal Feed Rate"

0 commit comments

Comments
 (0)