Skip to content

Commit

Permalink
Fit title of 5 minutes talks into session view for LibreOffice 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Sep 30, 2024
1 parent 9482920 commit dcb481a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ internal class SessionViewDrawer(
0)
sessionView.background = sessionDrawable
val padding = getSessionPadding()
sessionView.setPadding(padding, padding, padding, padding)
val verticalPadding = (padding * 0.3).toInt()
sessionView.setPadding(padding, verticalPadding, padding, verticalPadding)
}

companion object {
Expand Down

0 comments on commit dcb481a

Please sign in to comment.