#481 closed Feature Request (Completed)
Add margin parameter to SplashTextOn
| Reported by: | dlpirl | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.2.13.7 | Component: | AutoIt |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Text in SplashTextOn looks bad because it is too close to the Window border. With considerable programing effort, I believe I could do what I want by using GUICreate()and GUICtrlCreateLabel() instead, but since IMHO SplashTextOn is bad out of the box, the change should be made directly there.
One uniform top, bottom, left, and right margin in pixels would be fine. Using 'en' units would be even better, so the padding could vary with font size.
Attachments (1)
Change History (4)
by , on Jul 30, 2008 at 10:39:36 PM
| Attachment: | MGHnotify.JPG added |
|---|
comment:2 by , on Jul 31, 2008 at 5:08:28 PM
Well, technically you can just resize the static control used in SplashTextOn to sit where you want inside the window (ControlMove()). However, I will adjust AutoIt to use the Vista-recommended margin of 11 pixels all the way around.
comment:3 by , on Jul 31, 2008 at 6:27:19 PM
| Milestone: | → 3.2.13.7 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added in version: 3.2.13.7

Example of poor appearance of SplashTextOn without margins