From 4e9a80ff6b1351d9535d64d10da76f7f5ce8eaa2 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Thu, 23 May 2024 10:58:21 +0200 Subject: [PATCH] context_help.md: Make table column widths even --- topics/ui/principles/context_help.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/topics/ui/principles/context_help.md b/topics/ui/principles/context_help.md index a90f96df7..113c1a2b3 100644 --- a/topics/ui/principles/context_help.md +++ b/topics/ui/principles/context_help.md @@ -80,9 +80,16 @@ Do not use context help to explain how the user interface works. If you need to Do not explain common actions and entities. Show a regular tooltip with an action name and shortcut in this case. -| Incorrect | Correct | -|-----------------------------------------------------|-----------------------------------------------------| -| ![](07_explain_obvious_incorrect.png){width=300} | ![](07_explain_obvious_correct.png){width=145} | + + + + + + + + + +
IncorrectCorrect
Do not explain each option. Too many help icons or too much inline text make a dialog cluttered and harder to navigate visually. If all options need to be explained, consider rewriting the labels to make them clearer.