Menu

#2292 WinMerge Large Toolbar Icons

Trunk
closed-accepted
nobody
GUI (476)
5
2007-06-26
2007-06-13
No

Enabled Icon Set 608x31 (32x31)
Disabled Icon Set 608x31 (32x31)

24-Bit BMP with Magenta

The icons are in the same order as the small toolbar icon set.

Discussion

  • Alexander Matsuo

    Enabled Large Toolbar

     
  • Alexander Matsuo

    Disabled Large Toolbar

     
  • Alexander Matsuo

    Logged In: YES
    user_id=1463166
    Originator: YES

    File Added: toolbar-large-disabled.bmp

     
  • Alexander Matsuo

    Logged In: YES
    user_id=1463166
    Originator: YES

    File Added: toolbar-large-preview.png

     
  • Alexander Matsuo

    Logged In: YES
    user_id=1463166
    Originator: YES

    File Added: toolbar-large-preview.png

     
  • Alexander Matsuo

    PNG Preview of Enabled/Disabled

     
  • Alexander Matsuo

    Logged In: YES
    user_id=1463166
    Originator: YES

    Or did you want these as ICO? If so, individual .ico or a single icon library file?

     
  • Kimmo Varis

    Kimmo Varis - 2007-06-13

    Logged In: YES
    user_id=631874
    Originator: NO

    BMP is fine, as smaller toolbar is also BMP.

    This small patch is needed to use these bitmaps with current trunk:

    Index: MainFrm.cpp

    --- MainFrm.cpp (revision 4327)
    +++ MainFrm.cpp (working copy)
    @@ -3211,7 +3211,7 @@
    break;
    case CMainFrame::TOOLBAR_SIZE_32x32:
    imageWidth = 32;
    - imageHeight = 32;
    + imageHeight = 31;
    break;
    }

     
  • Kimmo Varis

    Kimmo Varis - 2007-06-13

    Logged In: YES
    user_id=631874
    Originator: NO

    Committed to SVN trunk.
    Completed: At revision: 4329

     
  • Kimmo Varis

    Kimmo Varis - 2007-06-13
    • status: open --> open-accepted
     
  • Kimmo Varis

    Kimmo Varis - 2007-06-13

    Logged In: YES
    user_id=631874
    Originator: NO

    Now available in 2.7.3.7 experimental release.

     
  • Kimmo Varis

    Kimmo Varis - 2007-06-13

    Update from Alexander (after 2.7.3.7)

     
  • Kimmo Varis

    Kimmo Varis - 2007-06-13

    Logged In: YES
    user_id=631874
    Originator: NO

    Attaching small update from Alexander. There were few magenta pixels in Preferences icon.

    File Added: Toolbar32-corrected.zip

     
  • Kimmo Varis

    Kimmo Varis - 2007-06-13

    Logged In: YES
    user_id=631874
    Originator: NO

    Updated bitmaps committed to SVN trunk.
    Completed: At revision: 4331

     
  • Kimmo Varis

    Kimmo Varis - 2007-06-26

    Logged In: YES
    user_id=631874
    Originator: NO

    Closing this item now.

     
  • Kimmo Varis

    Kimmo Varis - 2007-06-26
    • status: open-accepted --> closed-accepted
     

Log in to post a comment.