Skip to content

Commit

Permalink
Standalone: Replace example image with public domain one
Browse files Browse the repository at this point in the history
  • Loading branch information
Johni0702 committed Aug 12, 2024
1 parent 41d66bb commit 165a619
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fun main() = runUniversalCraft("Example", 1000, 600) { window ->

fun LayoutScope.exampleScreen(extraFontsLoaded: State<Boolean>) {
column(Arrangement.spacedBy(10f)) {
image("/essential.png", Modifier.width(186f).height(16f))
image("/100px-Tabby_cat_with_blue_eyes-3336579.jpg", Modifier.width(50f).height(60f))
row(Arrangement.spacedBy(5f)) {
box(Modifier.width(100f).height(20f).color(Color.CYAN).hoverColor(Color.BLUE).hoverScope())
UIRoundedRectangle(10f)(Modifier.width(100f).height(20f).color(Color.RED))
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed standalone/example/src/main/resources/essential.png
Binary file not shown.

0 comments on commit 165a619

Please sign in to comment.