Skip to content

Commit

Permalink
Fix for not being able to add bars
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed May 30, 2023
1 parent 66d9e36 commit 702bac0
Show file tree
Hide file tree
Showing 4 changed files with 1,330 additions and 743 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<grid id="6db9f" binding="mainPanel" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="5" left="5" bottom="5" right="5"/>
<constraints>
<xy x="10" y="10" width="774" height="720"/>
<xy x="10" y="10" width="815" height="720"/>
</constraints>
<properties>
<name value="mainForm"/>
Expand Down Expand Up @@ -953,7 +953,9 @@
<constraints>
<grid row="4" column="1" row-span="1" col-span="8" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<properties>
<name value="tokenBarImagesScroll"/>
</properties>
<border type="none"/>
<children>
<component id="82992" class="javax.swing.JList">
Expand Down
Loading

0 comments on commit 702bac0

Please sign in to comment.