DEV Community

barneyflintstones8
barneyflintstones8

Posted on

Does anyone know how to modify the width of an MDSegmentedControl?

How do I modify the width of the MDSegmentedControl?

MDSegmentedControl:
                pos_hint: {"center_x": .5, "center_y": .5}

                MDSegmentedControlItem:
                    text: "Homem"   
                    font_size: "12sp"
                MDSegmentedControlItem:
                    text: "Mulher"
                    font_size: "12sp"
                MDSegmentedControlItem:
                    text: "Outros"
                    font_size: "12sp"
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Warp.dev image

Warp is the #1 coding agent.

Warp outperforms every other coding agent on the market, and gives you full control over which model you use. Get started now for free, or upgrade and unlock 2.5x AI credits on Warp's paid plans.

Download Warp

👋 Kindness is contagious

Explore this insightful write-up embraced by the inclusive DEV Community. Tech enthusiasts of all skill levels can contribute insights and expand our shared knowledge.

Spreading a simple "thank you" uplifts creators—let them know your thoughts in the discussion below!

At DEV, collaborative learning fuels growth and forges stronger connections. If this piece resonated with you, a brief note of thanks goes a long way.

Okay