[gegl] bin: reduce gap between tab completion values



commit 4a1df866f3136e2cfea0b12f393cfe1a7cbe2bfc
Author: Øyvind Kolås <pippin gimp org>
Date:   Sun Jan 20 15:39:58 2019 +0100

    bin: reduce gap between tab completion values

 bin/ui.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bin/ui.c b/bin/ui.c
index 2debc49d3..ad729da71 100644
--- a/bin/ui.c
+++ b/bin/ui.c
@@ -50,7 +50,7 @@ const char *css =
 "div.shellline { background-color:rgba(0,0,0,0.0);color:white; }\n"
 "div.prompt { color:#7aa; display: inline; }\n"
 "div.commandline { color:white; display: inline;  }\n"
-"span.completion{ color: rgba(255,255,255,0.7); padding-right: 2em; }\n"
+"span.completion{ color: rgba(255,255,255,0.7); padding-right: 1em; }\n"
 "span.completion-selected{ color: rgba(255,255,0,1.0); padding-right: 2em; }\n"
 "";
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]