Make ref combobox width dynamic
[TortoiseGit.git] / src / Resources / ribbon / createribbonimglist.bat
blobae84077755dfba42839065444c145a2f9bc22931
1 @echo off\r
2 \r
3 ..\tools\convert.exe -resize 32x32 @ribbonimagelist.txt +append ribbonlarge.png\r
4 ..\tools\convert.exe -resize 16x16 @ribbonimagelist.txt +append ribbonsmall.png\r
5 \r
6 if exist ..\*.aps del ..\*.aps\r
7 \r
8 pause\r