Skip to content

ui(shell): scale window title bar height with UI scale #453

Description

@ZhuchkaTriplesix

Parent

Part of #445

Severity

Medium

Problem

Title bar hard-coded height: 40 while app content scales via TextScaler / UI scale. High UI scale → clipped menus / crowded chrome.

Evidence

  • lib/features/main_screen/querya_window_title_bar.dart (~77–78)
  • UI scale scope in app shell

Acceptance

  • Title bar height follows QueryaUiScaleScope / layout tokens
  • High scale does not clip window controls or menus
  • Extend chrome golden / layout test for scaled sizes if practical

Suggested fix

context.scaled(40) or shared chrome height token.

Metadata

Metadata

Labels

bugSomething isn't workinguiUser interface components and widgets

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions