From 66f03d3978f92ca51edfbd844bcdb5bbfdfe8397 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Mon, 2 May 2016 14:39:12 +0200 Subject: [PATCH] change the textlog window color and size --- common/utils/T/tracer/remote.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/utils/T/tracer/remote.c b/common/utils/T/tracer/remote.c index f64c5034c..9b06673e8 100644 --- a/common/utils/T/tracer/remote.c +++ b/common/utils/T/tracer/remote.c @@ -170,8 +170,8 @@ int main(int n, char **v) if (gui_mode) { widget *w, *win; // w = new_text_list(g, 600, 20, 0); - w = new_text_list(g, 600, 20, new_color(g, "#ffabab")); - win = new_toplevel_window(g, 600, 20*12, "textlog"); + w = new_text_list(g, 800, 50, BACKGROUND_COLOR); + win = new_toplevel_window(g, 800, 50*12, "textlog"); widget_add_child(g, win, w, -1); out = new_textlist(1000, 10, g, w); //tout = new_textlist(7, 4, g, w); -- GitLab