Improvements to config dialog pages layout#2715
Improvements to config dialog pages layout#2715sunderme merged 2 commits intotexstudio-org:masterfrom octaeder:configLayout
Conversation
|
That's what I see: What style settings do you use? Which Qt? For reference: TeXstudio 4.4.2 (git 4.4.1-3-ga9d878dca), Using Qt Version 6.4.1, compiled with Qt 6.4.1 R. The width of the select page part is the same as I see from new installed 4.4.1 Win10. Be aware that there is currently no splitter (is expected to be done with the other issue). Reference (old) images show current state of 4.4.1, so no difference I can see. |
|
have you tried to resize the dialog and see what happens ? |
|
yes, but no bad observations. Can it be that a cpp program defines size of the dialog and of the page list? |
|
Following image shows the width when the list part starts shrinking on further reduction of the dialog width: This new version can reach a smaller width because the part right to the list is smaller (less spacing). In fact the old space in the middle consists of two column separators of width 18px each. This is possible because there is a second but empty column of width 0 (well it contains a vertical spacer of width 0 otherwise this would not be possible). I removed that empty column (and thus one column separator) and reduced the width for column separators to 12px. This is the new space in the middle. |
|
your image above shows the issue. right pane is reduced in size, starting with scrolling, while the left pane is still at max width. |
|
I reworked my first post incl. images and finished work. |
|
looks good. |





This PR mainly addresses following items:
The list below states changes done in the pages (reducing left margin for all pages is not listed).
Note: The splitter is set such that the list of pages has the same width as it is in the reference image to reduce jitter. The first image (with the arrow) in #2707 shows the initial width when opening the config dialog.