Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
leewyatt committed Nov 15, 2021
1 parent 715d03f commit de4c641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.leewyatt</groupId>
<artifactId>rxcontrols</artifactId>
<version>11.0.1</version>
<version>11.0.2</version>
<packaging>jar</packaging>
<dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public final void setAnimationTime(final Duration animationTime) {

public final DoubleProperty lineHeightProperty() {
if (lineHeight == null) {
lineHeight = new StyleableDoubleProperty() {
lineHeight = new StyleableDoubleProperty(DEFAULT_LINE_HEIGHT) {
@Override
public Object getBean() {
return this;
Expand Down

0 comments on commit de4c641

Please sign in to comment.