We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d1706 commit 4c4a6c2Copy full SHA for 4c4a6c2
sqldev/src/main/java/org/utplsql/sqldev/ui/runner/GradientToolbar.xtend
@@ -58,7 +58,7 @@ class GradientToolbar extends JToolBar {
58
val g2d = g as Graphics2D
59
val w = width
60
val h = height - 1
61
- val h2 = height / 2 as int
+ val int h2 = height / 2
62
val colorTop = new Color(237, 237, 237)
63
val colorMiddle = new Color(244, 244, 244)
64
val colorBottom = new Color(254, 254, 254)
0 commit comments