On Nov 28, 6:17 am, epanda <[email protected]> wrote: > Hi, > > Actually using Gvim on Xp, I would like to have a toolbar with > iconsize 32x32. > > I have modified tools.bmp in order to pass size from 558x18 to 992x32. > > Do I have only to build with this new tools.bmp ?
Hi, You'll also need to edit gui.h (around line 164) #ifdef FEAT_GUI_W16 # define TOOLBAR_BUTTON_HEIGHT 15 # define TOOLBAR_BUTTON_WIDTH 16 #else # define TOOLBAR_BUTTON_HEIGHT 16 # define TOOLBAR_BUTTON_WIDTH 16 #endif -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
