From 34114d7c0e2a3b40ee6b269396d936cbab4f27e8 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Fri, 5 Oct 2018 12:17:37 +0200 Subject: [PATCH] - right align used space in table --- VERSION | 2 +- client/snapper.cc | 4 ++-- package/snapper.changes | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a918a2aa..ee6cdce3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/client/snapper.cc b/client/snapper.cc index af4b1e3d..691e4cfc 100644 --- a/client/snapper.cc +++ b/client/snapper.cc @@ -482,7 +482,7 @@ list_from_one_config(ProxySnapper* snapper, ListMode list_mode, bool show_used_s header.add(_("Date")); header.add(_("User")); if (show_used_space) - header.add(_("Used Space")); + header.add(_("Used Space"), TableAlign::RIGHT); header.add(_("Cleanup")); header.add(_("Description")); header.add(_("Userdata")); @@ -513,7 +513,7 @@ list_from_one_config(ProxySnapper* snapper, ListMode list_mode, bool show_used_s header.add(_("Date")); header.add(_("User")); if (show_used_space) - header.add(_("Used Space")); + header.add(_("Used Space"), TableAlign::RIGHT); header.add(_("Description")); header.add(_("Userdata")); table.setHeader(header); diff --git a/package/snapper.changes b/package/snapper.changes index babbb67a..34600779 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 05 12:07:53 CEST 2018 - aschnell@suse.com + +- right align used space in table output +- version 0.6.1 + ------------------------------------------------------------------- Tue Oct 02 09:56:59 CEST 2018 - aschnell@suse.com -- 2.47.3