mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #28] [MERGED] [core] Fix Title Alignment #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/28
Author: @ricoberger
Created: 10/12/2023
Status: ✅ Merged
Merged: 10/12/2023
Merged by: @ricoberger
Base:
main← Head:core-fix-title-alignment📝 Commits (1)
8570e97[core] Fix Title Alignment📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
app/lib/main.dart(+1 -0)📄 Description
When we used the AppBar widget we did not specify the "centerTitle" property, so that the title was aligned within the default of the platform. This means on iOS and macOS the title was centered, but on Android, Windows and Linux the title was aligned on the left side.
This wasn't intended and we want to have the same style on all Platforms, so that the title is now centered on all Platforms like it was already done on iOS and macOS.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.