Skip to content

Commit

Permalink
SwingGroupingInputHarvester: Indicate open/closed groups
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Jul 7, 2023
1 parent 24bb82d commit f0d3751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/sc/iview/ui/SwingGroupingInputHarvester.kt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class SwingGroupingInputHarvester : SwingInputHarvester() {
if(panel.component.isVisible) {
label.text = "<html><strong>▼ ${group.key}</strong></html>"
} else {
label.text = "<html><strong> ${group.key}</strong></html>"
label.text = """<html><strong><span style="color: gray;">▶</span> ${group.key}</strong></html>"""
}
inputPanel.component.revalidate()
}
Expand Down

0 comments on commit f0d3751

Please sign in to comment.