We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab53447 commit 758e251Copy full SHA for 758e251
1 file changed
src/main/kotlin/com/airsaid/localization/ui/ComposeDialog.kt
@@ -22,7 +22,6 @@ abstract class ComposeDialog(
22
23
private val composePanel by lazy {
24
JewelComposePanel(config = {
25
- println("pSize: $defaultPreferredSize")
26
defaultPreferredSize?.let { preferredSize = Dimension(it.first, it.second) }
27
}, content = {
28
Content()
0 commit comments