Skip to content

Commit

Permalink
Get tabs better organized
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlackParrot committed Feb 22, 2025
1 parent b6e83d1 commit d2d3e6b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions NoteTweaks/UI/BSML/Settings.bsml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:noNamespaceSchemaLocation="https://monkeymanboy.github.io/BSML-Docs/BSMLSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<horizontal vertical-fit="Unconstrained" horizontal-fit="PreferredSize" pref-width="120" child-expand-width="true" size-delta="-6 6">
<page-button pref-width="4" pref-height="4" tags="LeftButton" direction="Left"/>
<tab-selector child-expand-width="true" child-control-width="true" tab-tag="tabs" id="tabSelector" page-count="5" left-button-tag="LeftButton" right-button-tag="RightButton"/>
<tab-selector child-expand-width="true" child-control-width="true" tab-tag="tabs" id="tabSelector" page-count="4" left-button-tag="LeftButton" right-button-tag="RightButton"/>
<page-button pref-width="4" pref-height="4" tags="RightButton" direction="Right"/>
</horizontal>

Expand Down Expand Up @@ -113,25 +113,6 @@
</vertical>
</tab>

<tab tags="tabs" tab-name="Acc Dots">
<vertical vertical-fit="PreferredSize" pref-height="70" pref-width="100" anchored-position-x="4">
<scroll-view spacing="0" pref-height="70" child-expand-width="true">
<toggle-setting apply-on-change="true" value="EnableAccDot" text="Enable Acc Dots" bind-value="true"
hover-hint="Enable small dots in the center of notes to help show where to swing for accuracy"/>

<horizontal><text text="-----" font-size="4" color="#00000000"/></horizontal>

<toggle-setting apply-on-change="true" value="RenderAccDotsAboveSymbols" text="Render Above Symbols"
hover-hint="Render acc dots on top of symbols, rather than beneath them"/>
<slider-setting apply-on-change="true" value="AccDotSize" text="Acc Dot Size"
min="15" max="5" increment="1" integer-only="true" show-buttons="true" formatter="AccFormatter"
hover-hint="Size of the acc dot relative to where to score for that accuracy value"/>
<color-setting apply-on-change="true" value="AccDotColor" text="Acc Dot Color"
hover-hint="Color of the acc dots"/>
</scroll-view>
</vertical>
</tab>

<tab tags="tabs" tab-name="Colors">
<vertical vertical-fit="PreferredSize" pref-height="70" pref-width="100" anchored-position-x="4">
<vertical vertical-fit="PreferredSize" pad-left="1" pad-right="1" pref-width="100" child-control-height="false">
Expand Down Expand Up @@ -394,6 +375,25 @@
</vertical>
</tab>

<tab tags="tabs" tab-name="Acc Dots">
<vertical vertical-fit="PreferredSize" pref-height="70" pref-width="100" anchored-position-x="4">
<scroll-view spacing="0" pref-height="70" child-expand-width="true">
<toggle-setting apply-on-change="true" value="EnableAccDot" text="Enable Acc Dots" bind-value="true"
hover-hint="Enable small dots in the center of notes to help show where to swing for accuracy"/>

<horizontal><text text="-----" font-size="4" color="#00000000"/></horizontal>

<toggle-setting apply-on-change="true" value="RenderAccDotsAboveSymbols" text="Render Above Symbols"
hover-hint="Render acc dots on top of symbols, rather than beneath them"/>
<slider-setting apply-on-change="true" value="AccDotSize" text="Acc Dot Size"
min="15" max="5" increment="1" integer-only="true" show-buttons="true" formatter="AccFormatter"
hover-hint="Size of the acc dot relative to where to score for that accuracy value"/>
<color-setting apply-on-change="true" value="AccDotColor" text="Acc Dot Color"
hover-hint="Color of the acc dots"/>
</scroll-view>
</vertical>
</tab>

<tab tags="tabs" tab-name="Fog">
<vertical vertical-fit="PreferredSize" pref-height="70" pref-width="100" anchored-position-x="4">
<scroll-view spacing="0" pref-height="70" child-expand-width="true">
Expand Down

0 comments on commit d2d3e6b

Please # to comment.