https://bugzilla.novell.com/show_bug.cgi?id=294845 User federico@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=294845#c5 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |federico@novell.com --- Comment #5 from Federico Mena Quintero <federico@novell.com> 2008-08-28 12:14:26 MDT --- The problem is that we hardcode the size of the application tiles. See app-shell.c:insert_launcher_into_category(); we do gtk_widget_set_size_request (launcher, SIZING_TILE_WIDTH, -1). In turn, app-shell.h does #define SIZING_TILE_WIDTH 230 (In contrast, main-menu-ui.c:connect_to_tile_triggers() sets the width of the tile to 6 times the width of a DnD icon.) These should not be hardcoded values; rather, they should be based on a standard factor times the font size. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.