Horizontal scrolling in "General" tab of "Manage profile" dialog
⚠️Qt skills are mandatory to solve this issue.⚠️ ⚠️Be aware that this is not a task for beginners or learners.⚠️ ⚠️You'll need some skills and experience with Python coding.⚠️
✨Welcome to the project.✨
🎯 If you pick up this Issue because of the GOOD FIRST USE or HELP WANTED label. You will be mentored through the process if you want. 🤝
First the Issue is explained. At the end you will find some guidance for first contributors.
📡 Please do not hesitate to ask questions. 📡 Your solution don't need to be perfect. 🚫 Participation or contribution is only meaningful if you are familiar with the Back In Time application and are an active user. This project is not intended for learning basic Python skills or enhancing your profile at Microsoft GitHub.
📝Problem
If Manage profiles dialog is in SSH mode the right border of the dialog in the General tab acts wired. You might see this in the picture.
🏁Solution
📌 Investigate and solve the problem, if you have Qt skills. 📌 Don't modify the overall layout of the dialog (this is planed for the future). Keep the solution simple.
👣Your next steps
- If this is your first contribution in this project please introduce your self and tell us about your skills, wishes and plans. Also let us know how you found the issue and the project.
- Don't ignore the previous step.
- Read the existing contributors documentation.
- We can develop the next steps in the further discussion. Don't hesitate to ask.
Can I work on this issue?
Hello Wiktor,
Can I work on this issue?
Yes, go for it.
Regards, Christian
I misunderstood requirements. I can't do this
No problem. But thanks for the efforts. Let me know if you are generally interested in contributing to BIT. I might be able to recommend some issues for you that might fit better.
I would like to solve this issue please assigned it to me !
I would like to solve this issue please assigned it to me !
Please read the introduction first and respond. How do you understand the problem? I'll assign you if you provide PR.
i! I’ve read through the issue The problem occurs in the “Manage Profiles” dialog under the General tab when the mode is set to SSH. The layout doesn’t behave correctly there’s unnecessary horizontal scrolling or the right border of the dialog moves oddly. This likely happens because one or more widgets in that tab (such as text fields or labels) don’t resize properly or have a fixed minimum width, causing the layout to expand beyond the window size. My plan is to: Reproduce the issue locally. Inspect the dialog layout in the Qt Designer or in the Python source code (probably manageprofiledialog.py or similar). Identify which widget or layout causes the overflow. Apply a minimal fix likely by adjusting layout stretch factors, size policies, or the scroll area properties without changing the overall dialog layout.
Please confirm if this understanding is correct.
Hello Meenakshi7020,
thank you for your reply.
Please confirm if this understanding is correct.
Sounds great. Go for it. I am looking forward to your PR.
Regards, Christian