Commit 0dce8e7
committed
fix(sonar/ui): give DPAPI help-text label enough height for two lines
The 8pt help-text under 'Bearer Token:' wrapped to two lines and the
second line ('Only this Windows user on this machine can decrypt it.')
was clipped by the bottom edge of the Authentication groupbox at
Hi-DPI.
Bumped lblTokenInfo.Height from 26 to 40 and grpAuth from 100 to 116
so the second line fits inside the box. Total content height now
12 + 168 + 12 + 116 + 12 + 200 = 520, matches the frame's .dfm
Height. Memo inside grpActions adapts via the existing formula.
Hi-DPI note: this is a fixed-pixel layout, so 150% / 200% scaling
still clips eventually. A proper Anchors-based refactor with TPanel
containers would solve it for good - tracked but out of scope for
the immediate visual fix.1 parent 528c69c commit 0dce8e7
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
181 | | - | |
| 183 | + | |
182 | 184 | | |
183 | 185 | | |
184 | 186 | | |
| |||
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
204 | | - | |
| 206 | + | |
205 | 207 | | |
206 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
207 | 211 | | |
208 | 212 | | |
209 | 213 | | |
| |||
0 commit comments