Skip to content

Commit

Permalink
Updated translation recording waveform color
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellcolehill committed Jun 14, 2024
1 parent 3a7892f commit 8f94a39
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import javafx.scene.canvas.GraphicsContext
import javafx.scene.paint.Paint
import org.slf4j.LoggerFactory
import org.wycliffeassociates.otter.common.data.ColorTheme
import org.wycliffeassociates.otter.common.data.WAV_COLOR_DARK
import org.wycliffeassociates.otter.common.data.WAV_COLOR_LIGHT
import org.wycliffeassociates.otter.common.recorder.ActiveRecordingRenderer

private const val USHORT_SIZE = 65535.0
const val WAV_COLOR_LIGHT = "#999999"
const val WAV_COLOR_DARK = "#808080"

class WaveformLayer(
private val renderer: ActiveRecordingRenderer,
Expand Down

0 comments on commit 8f94a39

Please sign in to comment.