Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Tabset is higher in pre release version

    The Tabset is 2px higher in the new pre release 13.1 Version than in the 13.0 Version (with the same settings)

    isc.VLayout.create(
    {
    "ID":"vLayout_37",
    "hideUsingDisplayNone":false,
    "leaveScrollbarGap":false,
    "height":"100%",
    "width":"100%",
    "members":
    [
    isc.TabSet.create(
    {
    "ID":"settingsTabSet_37",
    "hideUsingDisplayNone":false,
    "tabs":
    [
    {
    "ID":"generalSettingsTab_37",
    "disabled":false,
    "title":"Allgemeine Einstellungen",
    pane:isc.VLayout.create(
    {
    "ID":"generalSettingsLayout_37",
    "hideUsingDisplayNone":false,
    "leaveScrollbarGap":false,
    }
    )
    }
    ],
    "selectedTab":0
    }
    )
    ]
    }
    )
    Attached Files

    #2
    Hi Simon,

    What specific skin are you referring to?

    Also, why are you reporting this - do you view it as a bug, as opposed to just something that has changed in the default skins?

    Comment


      #3
      Hi,
      Tahoe is the skin that I used.
      Ah sorry I should have written that I think it's a bug, because in the design nothing should have changed with this update, I thought (?)
      thank you

      Comment

      Working...
      X