Skip to content

Commit

Permalink
Adjust result view layout
Browse files Browse the repository at this point in the history
  • Loading branch information
firemaples committed Jan 21, 2024
1 parent 2ff47c2 commit 988e885
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ private fun ResultPanel(
}

if (translationState.showTranslationArea) {
Spacer(modifier = Modifier.size(2.dp))
TranslationToolBar(
onCopyClicked = { viewModel.onCopyClicked(TextType.TranslationResult) },
onGoogleTranslateClicked = { viewModel.onGoogleTranslateClicked(TextType.TranslationResult) }
Expand Down

0 comments on commit 988e885

Please sign in to comment.