View Issue Details

IDProjectCategoryView StatusLast Update
0020349MMW 5Generalpublic2023-12-21 22:41
Reporterzvezdan Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionreopened 
Target Version5.1Fixed in Version5.1 
Summary0020349: Minimal window size of program is too big
DescriptionThe main window of the program cannot be resized under 800x550 which is sometimes too big. For example, if I want to do its animated screenshot, the resulting file could be too big. So, I have to modify 3 files to make it smaller:
1. maincontent.html, min-height and min-width;
2. mainwindow.html: data-minimalSize;
3. mminit.js: if (h < 550) h = 550.

It really bothers me to do that with every new installed version of the program, especially with the third file that has these lines of code buried deep inside it.

Could you please add any kind of option to set these values? It doesn't need to be presented in the GUI, it would be enough for me if you store these values in persistent.json, which I copy/paste to the newly installed portable versions anyway.
TagsNo tags attached.
Fixed in build2829

Activities

Ludek

2023-12-08 17:30

developer   ~0073765

ok, I have made it 200x300 for the next build 5.1.0.2828

lowlander

2023-12-15 19:10

developer   ~0073861

I'm unable to make the Main Menu's View, Play, Tools, Help work with mouse click when in the smallest possible width. View does work when starting at Edit.

zvezdan

2023-12-18 09:43

updater   ~0073890

Last edited: 2023-12-18 09:48

Big thanks for this!

The mentioned problem with Play/Tools/Help menus exists indeed, and View menu is accessible only on its left side.

In this case it is best to turn off the Menu bar in View menu, so the whole menu would be accessible from one button.

Well, when I think more about it, maybe it would be nice if the program automatically turn off the Menu bar option when it is reduced too much horizontally, and restore its setting when it is expanded back.

Ludek

2023-12-18 12:44

developer   ~0073891

Fixed in 2829

lowlander

2023-12-21 22:41

developer   ~0073940

Verified on 2829.