mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 08:36:07 +09:00
fixed a bug properties view won't show scroll bars
This commit is contained in:
@@ -101,8 +101,6 @@ class SpriteAssemblerApp : JFrame() {
|
||||
panelPartsList.add("Skeletons", JScrollPane(panelSkeletonsList))
|
||||
|
||||
val panelDataView = JSplitPane(JSplitPane.VERTICAL_SPLIT, JScrollPane(panelProperties), panelPartsList)
|
||||
panelProperties.preferredSize = Dimension(1, 300)
|
||||
panelPartsList.preferredSize = Dimension(1, 200)
|
||||
|
||||
val panelTop = JSplitPane(JSplitPane.HORIZONTAL_SPLIT, JScrollPane(panelPreview), panelDataView)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user