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:
Matthias Clasen
2018-12-28 09:05:42 -05:00
committed by Atomic Bot
parent 1214390c8a
commit bb17ea5786

View File

@@ -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)
{