You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The splitterLineColor="RED" is not set in the split panel with vertical axis. The other splitterLineColor="GREEN" and splitterLineColor="BLUE" are set correct.
The text was updated successfully, but these errors were encountered:
Having the following example:
<m.addins:MaterialSplitPanel splitterLineColor="RED" axis="VERTICAL" barPosition="60" thickness="8" dock="BOTTOM" height="850px">
<m.addins:MaterialSplitPanel splitterLineColor="GREEN" barPosition="20" thickness="8" dock="LEFT" height="425px">
<m:MaterialPanel backgroundColor="GREY_LIGHTEN_2">
<m:MaterialTitle textAlign="CENTER" title="1"/>
</m:MaterialPanel>
<m:MaterialPanel backgroundColor="GREY_LIGHTEN_2">
<m:MaterialTitle textAlign="CENTER" title="2"/>
</m:MaterialPanel>
</m.addins:MaterialSplitPanel>
<m.addins:MaterialSplitPanel splitterLineColor="BLUE" barPosition="20" thickness="8" dock="LEFT" height="425px">
<m:MaterialPanel backgroundColor="GREY_LIGHTEN_2">
<m:MaterialTitle textAlign="CENTER" title="3"/>
</m:MaterialPanel>
<m:MaterialPanel backgroundColor="GREY_LIGHTEN_2">
<m:MaterialTitle textAlign="CENTER" title="4"/>
</m:MaterialPanel>
</m.addins:MaterialSplitPanel>
</m.addins:MaterialSplitPanel>
The splitterLineColor="RED" is not set in the split panel with vertical axis. The other splitterLineColor="GREEN" and splitterLineColor="BLUE" are set correct.
The text was updated successfully, but these errors were encountered: