Removed splitter from SplitPane
This commit is contained in:
parent
8c96858baa
commit
2e2277885c
@ -82,27 +82,7 @@ fun RepositoryOpenPage(gitManager: GitManager) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
splitter {
|
|
||||||
visiblePart {
|
|
||||||
Box(
|
|
||||||
Modifier
|
|
||||||
.width(1.dp)
|
|
||||||
.fillMaxHeight()
|
|
||||||
.background(MaterialTheme.colors.background)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
handle {
|
|
||||||
Box(
|
|
||||||
Modifier
|
|
||||||
.markAsHandle()
|
|
||||||
.background(SolidColor(Color.Gray), alpha = 0.50f)
|
|
||||||
.width(2.dp)
|
|
||||||
.pointerHoverIcon(PointerIcon(Cursor(Cursor.E_RESIZE_CURSOR)))
|
|
||||||
.fillMaxHeight()
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
second {
|
second {
|
||||||
HorizontalSplitPane(
|
HorizontalSplitPane(
|
||||||
splitPaneState = rememberSplitPaneState(0.9f)
|
splitPaneState = rememberSplitPaneState(0.9f)
|
||||||
@ -133,26 +113,7 @@ fun RepositoryOpenPage(gitManager: GitManager) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
splitter {
|
|
||||||
visiblePart {
|
|
||||||
Box(
|
|
||||||
Modifier
|
|
||||||
.width(1.dp)
|
|
||||||
.fillMaxHeight()
|
|
||||||
.background(MaterialTheme.colors.background)
|
|
||||||
)
|
|
||||||
}
|
|
||||||
handle {
|
|
||||||
Box(
|
|
||||||
Modifier
|
|
||||||
.markAsHandle()
|
|
||||||
.background(SolidColor(Color.Gray), alpha = 0.50f)
|
|
||||||
.width(2.dp)
|
|
||||||
.pointerHoverIcon(PointerIcon(Cursor(Cursor.E_RESIZE_CURSOR)))
|
|
||||||
.fillMaxHeight()
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
second(minSize = 300.dp) {
|
second(minSize = 300.dp) {
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
|
Loading…
Reference in New Issue
Block a user