Hi WN,
re:
> I would like to add that it is inconvenient to search for images when they
> do not fit in the list of inserted images.
If it helps, it is possible to enlarge the image list. To do that edit the Image.htm file which is in the Commands sub-folder inside the MoI install.
The list height comes from this CSS at the top of the file, the line marked with >>>> <<<<
code:
#FilenameContainer {
width:100%;
>>>> height:5.1em; <<<<
-webkit-box-sizing:border-box;
margin:0.05em 0.15em;
overflow-x:hidden;
overflow-y:scroll;
border:1px solid #AAA;
background:white;
}
If you change that to something like height:15em you'll have a larger image filename list area.
Lists of things that might get long like this are probably better to have in the scene browser rather than in a specific command. The Image command pre-dates the existence of the scene browser which is why it didn't go there to start with.
re:
> PS. Zoom with the mouse wheel behind the scene is this normal?
Sorry, I don't understand this part. Could you describe what's going on a little bit more please?
Thanks,
- Michael
|