Skip to content

Commit

Permalink
Remove usless snapshot elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-sts authored and Alexander-Ploskin committed Aug 15, 2023
1 parent 0911fe1 commit 67352bd
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ class VisualizationSettingsLayerCell(
}
add(createLayerNameLabel())
add(createHGrowHBox())
hbox(8) {
val editIconImageViewIcon = createEditIconImageViewIcon()
val visibilityImageViewIcon = createVisibilityImageViewIcon(item.enabled)
if (editIconImageViewIcon != null) {
add(editIconImageViewIcon)
}
if (visibilityImageViewIcon != null) {
add(visibilityImageViewIcon)
}

paddingTop = 3.0
}

alignment = Pos.CENTER_LEFT
paddingRight = LayerFieldHBoxPaddingRight
Expand Down

0 comments on commit 67352bd

Please sign in to comment.