Skip to content

Commit

Permalink
prefer margin over padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jan 6, 2022
1 parent 19fe0d9 commit 2f47439
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object WindowManager {
window.isDragging = false;
}
})
}.fillX()
}.margin(5f).marginBottom(0f).fillX()

hsplitter()

Expand All @@ -128,7 +128,7 @@ object WindowManager {
setBackground(Styles.black3)

window.table = this
}.grow().pad(5f).get()
}.grow().margin(5f).get()
}

//right border
Expand Down

0 comments on commit 2f47439

Please sign in to comment.