Skip to content

fix(gui): enlarge About panel logo - #1364

Open
4ni1ak wants to merge 1 commit into
AprilNEA:masterfrom
4ni1ak:fix/about-panel-icon-size
Open

4ni1ak wants to merge 1 commit into
AprilNEA:masterfrom
4ni1ak:fix/about-panel-icon-size

Conversation

@4ni1ak

@4ni1ak 4ni1ak commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The About panel's hero logo rendered at 56px, which reads as minuscule against the settings window's 920x640 default size.
  • Bumped it to 96px, matching the app-icon scale already used elsewhere in Settings (appearance.rs renders similar icons at 80px/64px).

Changes

  • crates/openlogi-desktop/src/windows/settings/about.rs: about_hero logo size 56px → 96px.

Testing

  • cargo check -p openlogi-desktop — green.
  • cargo fmt --all -- --check — clean.
  • cargo clippy -p openlogi-desktop --all-targets -- -D warnings — clean.
  • Not visually screenshotted: this environment has a working X11 display, but I did not launch the full desktop app (which requires building and running alongside the agent) against the live session for a one-line sizing tweak. The size change is a straightforward scalar bump (56px → 96px) with no layout/logic changes, so I'm relying on compile/lint verification rather than a screenshot here — happy to attach one if a maintainer wants it before merge.

Fixes #1219

@4ni1ak
4ni1ak requested a review from AprilNEA as a code owner September 11, 2026 22:15
@greptile-apps

greptile-apps Bot commented Sep 11, 2026

Copy link
Copy Markdown

RetriggerConfidence Score: 5/5

The PR appears safe to merge; the focused visual sizing change introduces no established correctness or security issue.

Summary

Enlarges the About panel’s hero logo from 56px to 96px so it is visually proportionate to the Settings window.

  • Keeps the logo square by updating width and height together.
  • Does not alter application behavior, state, or layout structure.

Reviews (2) · Last reviewed commit: "fix(gui): enlarge About panel logo"

@davidbudnick davidbudnick added type: bug Something is broken or behaves incorrectly area: gui Graphical user interface platform: all Cross-platform issue labels Sep 14, 2026
The 56px hero logo read as minuscule against the 920x640 default
window; bump it to 96px, in line with the app-icon sizes already
used elsewhere in Settings (appearance.rs at 80/64px).

Fixes AprilNEA#1219
@4ni1ak
4ni1ak force-pushed the fix/about-panel-icon-size branch from 62bb34a to 3077c3d Compare September 15, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: gui Graphical user interface platform: all Cross-platform issue type: bug Something is broken or behaves incorrectly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Minor UI problem: OpenLogi icon too small by default in the about page

2 participants