|
From: SourceForge.net <no...@so...> - 2005-02-15 00:55:50
|
Patches item #1122730, was opened at 2005-02-14 17:11 Message generated for change (Settings changed) made by lschiere You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1122730&group_id=235 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: BookeldOr (bookeldor) >Assigned to: Tim Ringenbach (marv_sf) Summary: compact placing in smiley popup Initial Comment: there was a problem with themes containing smileys of different sizes: all buttons had the same size: the one of the biggest. preview of the old method with an example theme: http://img208.exs.cx/img208/1900/gaimsmilayspopupold6lp.jpg instead of packing all in a table, it fills hboxes packed in a vbox an option in the gtkprefs.c defines two behaviours: 1. compact: sorts smileys by height and sets line width to (total width of all smileys)/sqrt(number of smileys) and fills each line until it's full, preview: http://img148.exs.cx/img148/2654/gaimsmilayspopupcompact7kd.jpg 2. not compact: order of the theme file is respected and the number of smileys in a row is fixed and equals the number of rows : sqrt(number of smileys) nevertheless, each line is independent in height and placement of smileys so it is better than old method with a table. preview: http://img148.exs.cx/img148/1983/gaimsmilayspopupnotcompact3kf.jpg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1122730&group_id=235 |