mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-30 21:03:59 -04:00
remote-ls: Ellipsize the same columns as list
The columns show the same content, so we should treat them the same for sizing. Closes: #2497 Approved by: matthiasclasen
This commit is contained in:
committed by
Atomic Bot
parent
1214390c8a
commit
bb17ea5786
@@ -127,6 +127,12 @@ ls_remote (GHashTable *refs_hash, const char **arches, const char *app_runtime,
|
||||
flatpak_table_printer_set_column_ellipsize (printer,
|
||||
find_column (columns, "description", NULL),
|
||||
FLATPAK_ELLIPSIZE_MODE_END);
|
||||
flatpak_table_printer_set_column_ellipsize (printer,
|
||||
find_column (columns, "application", NULL),
|
||||
FLATPAK_ELLIPSIZE_MODE_END);
|
||||
flatpak_table_printer_set_column_ellipsize (printer,
|
||||
find_column (columns, "options", NULL),
|
||||
FLATPAK_ELLIPSIZE_MODE_END);
|
||||
|
||||
if (app_runtime)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user