From f998eece89ca61605e2e144e00fa63af268a0524 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 27 Apr 2015 16:57:11 -0400 Subject: Add size info to the list in lumina-fileinfo, and disable the desktop file editor (but leave it visible) if the file is not writable by the user. --- lumina-fileinfo/dialog.ui | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) (limited to 'lumina-fileinfo/dialog.ui') diff --git a/lumina-fileinfo/dialog.ui b/lumina-fileinfo/dialog.ui index 16ad6158..ef0554f5 100644 --- a/lumina-fileinfo/dialog.ui +++ b/lumina-fileinfo/dialog.ui @@ -27,6 +27,9 @@ File Properties + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + @@ -37,7 +40,7 @@ - + @@ -50,56 +53,56 @@ - + Owner: - + - + Group: - + - + Permissions: - + Qt::Horizontal - + Created: - + Note: The time a file was created might be more recent than the time modified if the file permissions were changed recently. @@ -109,7 +112,7 @@ - + Last Modified: @@ -144,20 +147,34 @@ - + - + + + + + File Size: + + + + + + + + + + -- cgit