Commit b1574ade by Daniel Dahan

development: updated height calculation for Card types

parent dc116e17
......@@ -198,7 +198,7 @@ open class Card: PulseView {
}
container.height = h
height = h
bounds.size.height = h
}
/**
......
......@@ -105,6 +105,6 @@ open class ImageCard: Card {
}
container.height = h
height = h
bounds.size.height = h
}
}
......@@ -79,6 +79,6 @@ open class PresenterCard: Card {
}
container.height = h
height = h
bounds.size.height = h
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment