Make really small button #4304
UlrichGoebel
started this conversation in
General
Replies: 1 comment 2 replies
-
You may find the note about styling buttons helpful. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a textual beginner, so my question will be a problem of beginners...
I would like to build really small buttons: just one character (like ✓ ⮽ ↻ ↺ 🖫 🔍) plus one blank on left and right, nothing else.
What I tried:
The
Static
(with stylewanted
) shows what I want, the Button (with stylequit-button
) doesn't do what I hope. Thewidth
there doesn't have any effect, theheight
makes the "Q" invisible;with
andheight
make the button large, if I set them to 50 and 5. There seems to be a minimal size of ButtonsCan somebody help me?
Thanks
Ulrich
Beta Was this translation helpful? Give feedback.
All reactions