Skip to content

Commit

Permalink
Increase the window size by height
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Rylov committed Nov 8, 2022
1 parent c4b30df commit 847c222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import kotlin.math.roundToInt


private const val INITIAL_SCREEN_WIDTH = 1024
private const val INITIAL_SCREEN_HEIGHT = 600
private const val INITIAL_SCREEN_HEIGHT = 800
private const val INITIAL_LAYOUTS_WINDOW_WIDTH = 300
private const val INITIAL_PROPERTIES_WINDOW_WIDTH = 400

Expand Down

0 comments on commit 847c222

Please sign in to comment.