Skip to content

Commit

Permalink
Move tooltip so it doesn't obscure waypoint select
Browse files Browse the repository at this point in the history
  • Loading branch information
glenne committed Jun 18, 2024
1 parent c50b0bf commit c3ef38d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/renderer/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,10 @@ export default function Setup() {
</Typography>
</Toolbar>
<Box className={classes.settings}>
<Tooltip title="Select the waypoint to use for timing hints.">
<Tooltip
title="Select the waypoint to use for timing hints."
placement="right"
>
<FormControl
sx={{
marginTop: '1em',
Expand Down

0 comments on commit c3ef38d

Please sign in to comment.