@@ -488,7 +488,7 @@ class RunnerPanel implements FocusListener, ActionListener {
488
488
val renderer = table. tableHeader. defaultRenderer
489
489
val label = renderer. getTableCellRendererComponent(table, value, isSelected, hasFocus, row, col) as JLabel
490
490
if (col == = 0 ) {
491
- label. icon = UtplsqlResources . getIcon(" UTPLSQL_ICON " )
491
+ label. icon = UtplsqlResources . getIcon(" STATUS_ICON " )
492
492
label. horizontalAlignment = JLabel . CENTER
493
493
} else if (col == = 1 ) {
494
494
label. icon = UtplsqlResources . getIcon(" WARNING_ICON" )
@@ -547,7 +547,7 @@ class RunnerPanel implements FocusListener, ActionListener {
547
547
c. weightx = 1
548
548
c. weighty = 0
549
549
groupPanel. add(comp, c)
550
- val dim = new Dimension (154 , 24 )
550
+ val dim = new Dimension (134 , 24 )
551
551
groupPanel. minimumSize = dim
552
552
groupPanel. preferredSize = dim
553
553
return groupPanel
@@ -615,8 +615,7 @@ class RunnerPanel implements FocusListener, ActionListener {
615
615
// - Test counter
616
616
val counterPanel = new JPanel
617
617
counterPanel. layout = new WrapLayout (FlowLayout . LEFT , 0 , 0 )
618
- val testCounterLabel = new JLabel (UtplsqlResources . getString(" RUNNER_TESTS_LABEL" ) + " :" ,
619
- UtplsqlResources . getIcon(" UTPLSQL_ICON" ), JLabel :: LEADING )
618
+ val testCounterLabel = new JLabel (UtplsqlResources . getString(" RUNNER_TESTS_LABEL" ) + " :" , JLabel :: LEADING )
620
619
testCounterValueLabel = new JLabel
621
620
counterPanel. add(makeLabelledCounterComponent(testCounterLabel, testCounterValueLabel))
622
621
// - Failure counter
0 commit comments