Don't show the miniview by default

This object will be swallowed into the theme and that's how its
visibility should be controlled. But in the case that the user's theme
doesn't have the right part, we are left with a dangling object floating
in a corner and visible when it shouldn't be.
This commit is contained in:
Iván Briano 2014-07-22 11:18:05 -03:00
parent 620802fb69
commit f08f457697
1 changed files with 0 additions and 1 deletions

View File

@ -2262,7 +2262,6 @@ main_term_new(Win *wn, Config *config, const char *cmd,
term->miniview = o = miniview_add(wn->win, term->term);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_fill_set(o, EVAS_HINT_FILL, EVAS_HINT_FILL);
evas_object_show(o);
o = term->term;