You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): center text in direct Button::new(...).min_size(...) callsites
Companion to the ComponentStyles helper fix. These callsites bypass the
helpers and construct egui::Button directly with .min_size(...), then
dispatch via ui.add(...) or ui.add_enabled(...) — same left-shift bug.
Swap each to ui.add_sized(size, button) (preserving enabled/disabled
behavior where applicable). Covers send screens, tokens toolbar, tab
switchers, nav-panel chooser buttons, and the StyledButton/GradientButton
helpers.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments