francescmm / GitQlient

GitQlient: Multi-platform Git client written with Qt.
https://www.francescmm.com
GNU Lesser General Public License v2.1
843 stars 84 forks source link

[Improvement] Branch head labels not readable. #288

Closed kralan closed 1 month ago

kralan commented 1 month ago

Describe the bug With release 1.6.3, branch head labels contain no text but three dots. They worked well with release 1.6.2.

To Reproduce In history view, observe that other than with version 1.6.2, all branch head labels contain no readable text but only three dots. Additional observation: All the labels seem to have the same width now-

Expected behavior Have heads of branches labeled with readable labels.

Screenshots Screenshot attached. Screenshot_20241017_172719

francescmm commented 1 month ago

Hi @kralan, can you check that expanding the History column fixes the issue? The three dots appear when there is no space for the whole branch name together with the commit message.

kralan commented 1 month ago

@francescmm, yes I can make the branch names visible by expanding the History column - thank you. Font sizes may have changed with release 1.6.3 and triggered the issue for me.

Let's not call this a bug then but turn it into an enhancement request:

francescmm commented 1 month ago

Hi @kralan, the font size changed to fix a bug un MacOS but shouldn't have affected the other plataforms, so that I'll check for sure.

I'll also implement your suggestions and, at the very least have the second one activated via settings.

Thanks for the feedback!

francescmm commented 1 month ago

@kralan I've pushed the changes and I'll try to create a latest build in master, although marked as development release so it's easier for people to get the latest changes

kralan commented 1 month ago

@francescmm the latest development release works for me. Thank you for your fast response and this valuable tool.