Skip to content

Commit

Permalink
Merge pull request #1017 from tleedjarv/fix-rcpad
Browse files Browse the repository at this point in the history
Fix a minor visual regression
  • Loading branch information
gdt authored Apr 22, 2024
2 parents 3af5023 + d7046a7 commit 13e3a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uicommon.ml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ let replicaContent2string rc sep =
"absent"
| _, `Unchanged ->
"unchanged "
^(Util.truncateString (Fileinfo.type2string rc.typ) 7)
^(Util.padto 7 (Util.truncateString (Fileinfo.type2string rc.typ) 7))
^ sep
^ replicaContentDesc rc
| `ABSENT, `Deleted -> "deleted"
Expand Down

0 comments on commit 13e3a5c

Please sign in to comment.