Improve default width of sidemenu

This commit is contained in:
ProjectInfinity 2022-06-01 00:29:15 +02:00
parent 969233ec99
commit 61e97082d0

View File

@ -117,7 +117,7 @@ fun MainContentView(
) {
Row {
HorizontalSplitPane {
first(minSize = 200.dp) {
first(minSize = 350.dp) {
Column(
modifier = Modifier
.widthIn(min = 300.dp)