E_Modules_Extra (Cpu): Fix module aspect ration so text shows up ok.

SVN revision: 67158
This commit is contained in:
Christopher Michael 2012-01-12 23:17:10 +00:00
parent f4e394ddb8
commit 897be6c775
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@ _gc_shutdown(E_Gadcon_Client *gcc)
static void
_gc_orient(E_Gadcon_Client *gcc, E_Gadcon_Orient orient)
{
e_gadcon_client_aspect_set(gcc, 16, 16);
e_gadcon_client_min_size_set(gcc, 16, 16);
e_gadcon_client_aspect_set(gcc, 32, 16);
e_gadcon_client_min_size_set(gcc, 32, 16);
}
static const char *