Skip to content

Commit

Permalink
#687 cleanup scorelist-panel toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
luechtdiode committed Jul 30, 2023
1 parent 5ecde33 commit b7e18a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/scala/ch/seidel/kutu/view/DefaultRanglisteTab.scala
Original file line number Diff line number Diff line change
Expand Up @@ -468,10 +468,7 @@ abstract class DefaultRanglisteTab(wettkampfmode: BooleanProperty, override val
vgrow = Priority.Always
hgrow = Priority.Always
val filterControl: Control = ccs._2
children = List(new Label {
text = " "
padding = Insets(7,0,0,0)
}, ccs._1, filterControl)
children = List(ccs._1, filterControl)
}
}

Expand Down

0 comments on commit b7e18a5

Please sign in to comment.