mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[pycharm] PY-85542 Fix padding in Process Output Tool Window
Merge-request: IJ-MR-182077 Merged-by: David Lysenko <david.lysenko@jetbrains.com> (cherry picked from commit ba6952c014bc2a5a1be8be1fb250a1aff52677cf) IJ-MR-182077 GitOrigin-RevId: a5713cb527c4f1f8f1eace7b9869790dfd36f951
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0507ca219f
commit
d89a92d730
+1
-1
@@ -275,7 +275,7 @@ private fun TreeRow(
|
||||
modifier = Modifier.weight(1f),
|
||||
) {
|
||||
Row(
|
||||
modifier = Modifier.padding(start = 3.dp)
|
||||
modifier = Modifier.padding(start = 21.dp)
|
||||
.semantics {
|
||||
processIsError = isError
|
||||
processIsBackground = isBackground
|
||||
|
||||
Reference in New Issue
Block a user