Skip to content

Commit b0934a8

Browse files
fix headers without icon
1 parent 9d92cd0 commit b0934a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqldev/src/main/java/org/utplsql/sqldev/ui/runner/RunnerPanel.xtend

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,10 @@ class RunnerPanel implements FocusListener {
245245
label.icon = UtplsqlResources.getIcon("INFO_ICON")
246246
label.horizontalAlignment = JLabel.CENTER
247247
} else if (col === 3) {
248+
label.icon = null
248249
label.horizontalAlignment = JLabel.LEFT
249250
} else if (col === 4) {
251+
label.icon = null
250252
label.horizontalAlignment = JLabel.RIGHT
251253
}
252254
return label

0 commit comments

Comments
 (0)