[PR #28] [MERGED] [core] Fix Title Alignment #34

Closed
opened 2025-10-31 16:56:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/28 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/12/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-fix-title-alignment` --- ### 📝 Commits (1) - [`8570e97`](https://github.com/feeddeck/feeddeck/commit/8570e9748e277ef8203904112f8900a97d7d6113) [core] Fix Title Alignment ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/lib/main.dart` (+1 -0) </details> ### 📄 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. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:56:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#34