gapbox toggle with F11

This commit is contained in:
minjaesong
2019-01-23 12:45:40 +09:00
parent 73a6c844c8
commit e4f456ffa7
7 changed files with 74 additions and 17 deletions

View File

@@ -76,7 +76,7 @@ class UIItemInventoryDynamicList(
companion object {
const val listGap = 8
const val horizontalCells = 12
const val horizontalCells = 11
const val verticalCells = 8
val largeListWidth = (horizontalCells * UIItemInventoryElemSimple.height + (horizontalCells - 2) * listGap) / 2