Skip to content

Commit

Permalink
Increased space between left menu buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
CabbagePenetrator committed May 8, 2020
1 parent c514785 commit 6bcaefe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BeatSaberMarkupLanguage/Views/main-left-screen.bsml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<macro.reparent transform='release-notes'></macro.reparent>
</tab>
<macro.if value='any-buttons'>
<tab tags='new-tab' tab-name='Mods' anchor-max-y='0.85' size-delta-x='1' anchor-pos-x='3'>
<grid cell-size-y='9' cell-size-x='36'>
<tab tags='new-tab' tab-name='Mods' anchor-max-y='0.85'>
<grid cell-size-y='9' cell-size-x='36' spacing-x='2' spacing-y='2' align='Center'>
<macro.for-each items='buttons'>
<button id='menu-button' pref-width='36' pref-height='8.8' text='~text' hover-hint='~hover-hint' interactable='~interactable' on-click='button-click' pad='0'></button>
<button id='menu-button' pref-width='36' pref-height='9' text='~text' hover-hint='~hover-hint' interactable='~interactable' on-click='button-click' pad='0'></button>
</macro.for-each>
</grid>
<button text='Pin Mods' click-event='show-pins' anchor-pos-y='2' anchor-min-x='0.7' anchor-max-x='1' anchor-min-y='0' anchor-max-y='0'></button>
Expand Down

0 comments on commit 6bcaefe

Please sign in to comment.