File tree Expand file tree Collapse file tree
src/desktopMain/kotlin/nestdrop Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ data class NestdropSettings(
3636 @SerialName(" Left" )
3737 val left : Int ,
3838 @SerialName(" Width" )
39- val width : Int ,
39+ val width : Float ,
4040 @SerialName(" Height" )
41- val height : Int ,
41+ val height : Float ,
4242
4343 @XmlElement
4444 @XmlSerialName(" Settings_General" )
@@ -62,13 +62,13 @@ data class NestdropSettings(
6262 @Serializable
6363 data class SettingsGeneral (
6464 @SerialName(" Top" )
65- val top : Int = 0 ,
65+ val top : Float = 0f ,
6666 @SerialName(" Left" )
67- val left : Int = 0 ,
67+ val left : Float = 0f ,
6868 @SerialName(" Width" )
69- val width : Int = 0 ,
69+ val width : Float = 0f ,
7070 @SerialName(" Height" )
71- val height : Int = 0 ,
71+ val height : Float = 0f ,
7272 @SerialName(" OpenSettingsAtStart" )
7373 val openSettingsAtStart : Boolean = false ,
7474 @SerialName(" ShowName" )
Original file line number Diff line number Diff line change 77# ### suppress inspection "SpellCheckingInspection" for whole file
88# ### suppress inspection "UnusedProperty" for whole file
99
10- plugin.org.jetbrains.compose =1.9.3
10+ plugin.org.jetbrains.compose =1.8.2
1111# # # available=1.10.0-alpha01
1212# # # available=1.10.0-alpha02
1313# # # available=1.10.0-alpha03
You can’t perform that action at this time.
0 commit comments