Set height of ibar to a default. It doesn't matter, because the height

will be calculated from the theme.


SVN revision: 15442
This commit is contained in:
sebastid 2005-06-20 08:41:01 +00:00 committed by sebastid
parent fe85e13185
commit e7c26361fd
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ _ibar_bar_new(IBar *ib, E_Container *con)
e_gadman_client_max_size_set(ibb->gmc, 3200, 3200);
e_gadman_client_auto_size_set(ibb->gmc, -1, -1);
e_gadman_client_align_set(ibb->gmc, 0.5, 1.0);
e_gadman_client_resize(ibb->gmc, 400, 32 + ibb->bar_inset.t + ibb->bar_inset.b);
e_gadman_client_resize(ibb->gmc, 400, 40);
e_gadman_client_change_func_set(ibb->gmc, _ibar_bar_cb_gmc_change, ibb);
e_gadman_client_edge_set(ibb->gmc, E_GADMAN_EDGE_BOTTOM);
e_gadman_client_load(ibb->gmc);