Browse Source

doc(README): fix image height (#1000)

pull/1037/head
Iury Souza 3 years ago committed by GitHub
parent
commit
38e3db13a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Getting_Started/README.md

2
tutorials/Getting_Started/README.md

@ -146,7 +146,7 @@ fun main() = application {
Open `build.gradle.kts` as a project in IntelliJ IDEA. Open `build.gradle.kts` as a project in IntelliJ IDEA.
<img alt="New project" src="screen1.png" height="1596" /> <img alt="New project" src="screen1.png" height="500" />
After you download the Compose for Desktop dependencies from the Maven repositories your new project is ready After you download the Compose for Desktop dependencies from the Maven repositories your new project is ready
to go. Open the Gradle toolbar on the right, and select `sample/Tasks/compose desktop/run`. to go. Open the Gradle toolbar on the right, and select `sample/Tasks/compose desktop/run`.

Loading…
Cancel
Save