Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextField.text_vertical_align property #2496

Merged
merged 8 commits into from
Jan 29, 2024
Merged

Conversation

ndonkoHenri
Copy link
Collaborator

Closes #1242

TestCode:

import flet as ft


def main(page: ft.Page):
    page.theme_mode = ft.ThemeMode.LIGHT
    page.window_always_on_top = True

    page.add(
        ft.TextField(
            value="Hello, World!",
            text_vertical_align=ft.VerticalAlignment.END,
            prefix_icon=ft.icons.EMOJI_EMOTIONS,
        )
    )


ft.app(target=main)

@FeodorFitsner FeodorFitsner merged commit 829b085 into main Jan 29, 2024
2 checks passed
@ndonkoHenri ndonkoHenri deleted the textfield-align-vertical branch January 29, 2024 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ˋTextField.text_align_verticalˋ
2 participants