Fixed Clone dialog directory search button sizes
This commit is contained in:
parent
b9707de7ac
commit
31491cef9c
@ -147,7 +147,7 @@ private fun CloneInput(
|
|||||||
textFieldShape = RoundedCornerShape(topStart = 4.dp, bottomStart = 4.dp)
|
textFieldShape = RoundedCornerShape(topStart = 4.dp, bottomStart = 4.dp)
|
||||||
)
|
)
|
||||||
|
|
||||||
Button(
|
IconButton(
|
||||||
onClick = {
|
onClick = {
|
||||||
cloneViewModel.resetStateIfError()
|
cloneViewModel.resetStateIfError()
|
||||||
val newDirectory = openDirectoryDialog()
|
val newDirectory = openDirectoryDialog()
|
||||||
@ -162,8 +162,10 @@ private fun CloneInput(
|
|||||||
previous = directoryFocusRequester
|
previous = directoryFocusRequester
|
||||||
next = cloneButtonFocusRequester
|
next = cloneButtonFocusRequester
|
||||||
}
|
}
|
||||||
|
.padding(start = 8.dp)
|
||||||
|
.clip(RoundedCornerShape(4.dp))
|
||||||
|
.background(MaterialTheme.colors.primary)
|
||||||
.height(40.dp),
|
.height(40.dp),
|
||||||
shape = RoundedCornerShape(topEnd = 4.dp, bottomEnd = 4.dp)
|
|
||||||
) {
|
) {
|
||||||
Icon(
|
Icon(
|
||||||
Icons.Default.Search,
|
Icons.Default.Search,
|
||||||
|
Loading…
Reference in New Issue
Block a user