Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 6751287

Browse files
authored
Wide comment time column width to show full time (#89)
Wide comment time column width
1 parent 482682b commit 6751287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const commentTimeFormatElapsedDefaultValue = false;
2727
const commentTableNoWidthDefaultValue = 50.0;
2828
const commentTableUserIconWidthDefaultValue = 35.0;
2929
const commentTableUserNameWidthDefaultValue = 180.0;
30-
const commentTableTimeWidthDefaultValue = 64.0;
30+
const commentTableTimeWidthDefaultValue = 72.0;
3131
const commentTableRowHeightDefaultValue = 37.0;
3232

3333
void main() async {

0 commit comments

Comments
 (0)