paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17 stars 2 forks source link

Text Collection - right panel has no x button to close it #1166

Closed roopa0222 closed 1 month ago

roopa0222 commented 1 month ago

As a Bible Translator, I want to manage the window layout on the text collection so that I can get my work done effectively.

Description Layout In PT95 the layout of the text collection is in 2 panels. The left side panel has a list of texts and the right side panel has a text display. They are 2 separate. The right side panel can be closed. In PB it is 1 tab/window. There is no option to close the right-side expanded text content.

TCWindowLayoutPT95

Sebastian-ubs commented 1 month ago

If you are referring to the lower x: closing works in platform by clicking the list entry again. (If you are referring to the upper x: this works as part of the docking framework.)

roopa0222 commented 1 month ago

I was referring to the lower x. You are right this is covered, I overlooked it. I was only focusing on the 'X'. We may need to let users know how the new docking system works.

Sebastian-ubs commented 1 month ago

Yes, thank you