Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
denvned committed Jun 2, 2017
2 parents 4db81ff + 07cc018 commit 4771412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/intellij/flashcards/ui/FlashcardToolWindow.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class FlashcardToolWindow(val project: Project, val toolWindowManager: ToolWindo
showNextQuestion()
}
}
}(gapLeft = 10 * LEFT_MARGIN)
}(gapLeft = LEFT_MARGIN)
JButton("Show Answer").apply {
//border = CompoundBorder(BorderFactory.createLineBorder(Color.BLACK, 2), EmptyBorder(0, 10, 0, 10))
border = CompoundBorder(BorderFactory.createLineBorder(Color.BLACK, 1), CompoundBorder(BorderFactory.createRaisedSoftBevelBorder(), EmptyBorder(0, 10, 0, 10)))
Expand Down

0 comments on commit 4771412

Please sign in to comment.