Small Icons are being "scrunched" in the Ribbon

Issue #31 wontfix
Chris Heidt created an issue

Not Scrunched ViewTab2.JPG

Scrunched ViewTab1.JPG

Need to enforce spacing to support the 16x16 icons whn the label are disabled.

Comments (13)

  1. Bruce Schubert

    TODO: Investigate BasicBandControlPanelUI. Examine how TOP_ROW, MID_ROW, BOTTOM_ROW properties are used.

    Idea: Display only two rows.

  2. Bruce Schubert

    Overriding the BasicBandControlPanelUI is very tedious. The base class LayoutContainer() method uses a private class which has private access to the flaminigo namespace, so simply copying and pasting and modifying is not possible.

    Investigated groupTitles, which constrain the number of buttons rows to 2, but it didn't work - command buttons cannot be added to groups with titles. Not sure why this constraint exists. Promising, but more investigation needed.

  3. Bruce Schubert

    Suggestion: Replace the standard icons with custom 16x16 icons that have some clear space for top and bottom margins (two or three pixels should do).

    Some evidence of this technique can be seen in the latest Terramenta where a "star" is used for the Favorites.

  4. Chris Heidt reporter

    We can except this work around for the 1.3.1 FINAL milestone. I'd like to continue pressing this for a more elegant solution for the 2.0 FINAL milestone though.

  5. Chris Heidt reporter

    At this time there are work arounds and the level of effort to patch the old ribbon implementation is not wort the outcome. New ribbon components are being worked on.

  6. Log in to comment