Skip to content

Commit d9b3e70

Browse files
committed
Update
1 parent 3979649 commit d9b3e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/omarea/krscript/ui/DialogLogFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class DialogLogFragment : DialogFragment() {
215215
visibility = View.VISIBLE
216216
isIndeterminate = true
217217
(layoutParams as? ViewGroup.MarginLayoutParams)?.let { params ->
218-
params.height = 16
218+
params.height = 22
219219
params.topMargin = 34
220220
layoutParams = params
221221
}
@@ -228,7 +228,7 @@ class DialogLogFragment : DialogFragment() {
228228
progress = current
229229
(layoutParams as? ViewGroup.MarginLayoutParams)?.let { params ->
230230
params.height = 4
231-
params.topMargin = 44
231+
params.topMargin = 43
232232
layoutParams = params
233233
}
234234
}

0 commit comments

Comments
 (0)