EnsembleUI / ensemble

Build native apps 20x faster than Flutter, RN or any other tech
https://ensembleui.com/
BSD 3-Clause "New" or "Revised" License
118 stars 15 forks source link

TabBar's exception #1162

Open amin-nas opened 7 months ago

amin-nas commented 7 months ago

When I use TabBar with position start, it adds padding on the left side of the TabBar. There should be no padding unless specified by user.

        - TabBar:
            styles:
              tabPosition: start
              tabPadding: 0 24
            items:
              - label: Stretch Tab 1
                icon: fiveHundredPx fontAwesome
                widget: 
                  Column:
                    styles: 
                      padding: 30
                      crossAxis: center
                    children:
                      - Text:
                          text: First Tab content
              - label: Stretch Tab 2
                icon:
                  name: home
                  size: 30
                widget: 
                  Column:
                    styles: 
                      padding: 30
                      crossAxis: center
                    children:
                      - Text:
                          text: Second Tab content

Screenshot 2024-01-23 092947

vinothvino42 commented 7 months ago

PR #1233

kmahmood74 commented 5 months ago

The issue is still there. Assigning to @hemish11 Please see Vinoth's PR here - #1249