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

normalize components height #2354

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

FredLL-Avaiga
Copy link
Member

resolves #2305

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Normalize components height to 48px + 4px margin top bottom

Related Tickets & Documents

How to reproduce the issue

import taipy.gui.builder as tgb
from taipy.gui import Gui

with tgb.Page() as page:
    with tgb.layout(columns="1 1 10"):
        with tgb.part():
            tgb.button("Click me")
        with tgb.part():
            tgb.selector("{selected}", lov="Furniture;Desk", dropdown=True)

if __name__ == "__main__":
    Gui(page=page).run(title="2305 Normalize comps height")

@FredLL-Avaiga FredLL-Avaiga added 🟥 Priority: Critical Must be addressed as soon as possible 💥Malfunction Addresses an identified problem. GUI: Front-End labels Dec 18, 2024
@FredLL-Avaiga FredLL-Avaiga self-assigned this Dec 18, 2024
Copy link
Member

@FabienLelaquais FabienLelaquais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@FredLL-Avaiga FredLL-Avaiga merged commit 242894c into release/4.0 Dec 18, 2024
52 of 53 checks passed
@FredLL-Avaiga FredLL-Avaiga deleted the bug/#2305-normalize-comps-height branch December 18, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI: Front-End 💥Malfunction Addresses an identified problem. 🟥 Priority: Critical Must be addressed as soon as possible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants