Skip to content

Commit

Permalink
Vertically center window title bar controls
Browse files Browse the repository at this point in the history
Centers the title bar control buttons, but they will not be the full height of the title bar until Yaru is updated to include ubuntu/yaru.dart#967
  • Loading branch information
ashuntu committed Dec 3, 2024
1 parent 35ca57a commit 941a09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/packages/ubuntupro/lib/pages/widgets/page_widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class Pro4WSLPage extends StatelessWidget {
appBar: showTitleBar
? YaruWindowTitleBar(
title: Text(lang.appTitle),
buttonPadding: EdgeInsets.zero,
)
: null,
body: body,
Expand Down

0 comments on commit 941a09b

Please sign in to comment.