Commit 55b30f8
fix(windows): About window content invisible due to excessive padding
The desktop About window (420px wide) had 280px horizontal padding per
side, leaving negative content width. Win32 layout clips strictly, so
only the logo was visible. Reduced to 24px and removed the mobile-only
back button from the desktop window.
Also added .gitignore entries for build artifacts, debug logs, and
screenshot files.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 9a2011c commit 55b30f8
2 files changed
Lines changed: 19 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
51 | 61 | | |
52 | 62 | | |
53 | 63 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1619 | 1619 | | |
1620 | 1620 | | |
1621 | 1621 | | |
1622 | | - | |
1623 | | - | |
1624 | | - | |
1625 | | - | |
| 1622 | + | |
| 1623 | + | |
1626 | 1624 | | |
1627 | 1625 | | |
1628 | 1626 | | |
1629 | 1627 | | |
1630 | | - | |
1631 | | - | |
| 1628 | + | |
| 1629 | + | |
| 1630 | + | |
| 1631 | + | |
| 1632 | + | |
| 1633 | + | |
| 1634 | + | |
1632 | 1635 | | |
1633 | 1636 | | |
1634 | 1637 | | |
| |||
0 commit comments