Skip to content

Commit

Permalink
fixed typo on Window_Api_New README.md (#5171)
Browse files Browse the repository at this point in the history
minor typo on readme.md

Co-authored-by: Kaamy <[email protected]>
  • Loading branch information
Kaamyab and Kaamy authored Dec 4, 2024
1 parent 2b3b02f commit 6638b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Window_API_new/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ private fun FileDialog(
```

## Draggable window area
If you window is undecorated and you want to add a custom draggable titlebar to it (or make the whole window draggable), you can use `DraggableWindowArea`:
If you window is undecorated and you want to add a custom draggable titlebar to it (or make the whole window draggable), you can use `WindowDraggableArea`:
```kotlin
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Box
Expand Down

0 comments on commit 6638b21

Please sign in to comment.