This was built to track decompiler and CFG progress.
function FileBrowser_FilesList.onResize(newwidth#1, newheight#0)
{
if (newwidth#1 < 320)
{
newwidth#2 = 320;
}
<FileBrowser_FilesList.columns>#6 = {0, newwidth#1 - 240, newwidth#1 - 200, newwidth#1 - 130};
widthdiff#8 = newwidth#1 - 330;
<FileBrowser_RightsLabel.x>#12 = 110 + widthdiff#8;
<FileBrowser_SizeLabel.x>#15 = 150 + widthdiff#8;
<FileBrowser_ModifiedLabel.x>#18 = 220 + widthdiff#8;
return 0;
}
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 5