Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text overlaps in the General tab #15000

Closed
ghost opened this issue May 22, 2021 · 4 comments · Fixed by #19404
Closed

Text overlaps in the General tab #15000

ghost opened this issue May 22, 2021 · 4 comments · Fixed by #19404
Labels
Confirmed bug An issue confirmed by project team to be considered as a bug GUI GUI-related issues/changes

Comments

@ghost
Copy link

ghost commented May 22, 2021

Please provide the following information

qBittorrent version and Operating System

(v4.3.5, Windows 10.)

If on linux, libtorrent-rasterbar and Qt version

(type here)

What is the problem

(Descriptions merging/overlapping when minimised.)

What is the expected behavior

(Not to merge/overlap.)

Steps to reproduce

(Minimise active torrent.
Capture4
)

Extra info(if any)

(type here)

@glassez glassez added the GUI GUI-related issues/changes label May 22, 2021
@xavier2k6 xavier2k6 added the Confirmed bug An issue confirmed by project team to be considered as a bug label May 22, 2021
@FranciscoPombal FranciscoPombal changed the title Perstistant UI Bug Text overlaps in the General tab May 22, 2021
@ghost

This comment was marked as spam.

@xavier2k6
Copy link
Member

Still an issue in 4.4.4 & master

@superbonaci
Copy link

Still present. Maybe the UI doesn't take into account the maximum number of characters for each field.

@luzpaz
Copy link
Contributor

luzpaz commented Jul 30, 2023

case TR_DLSPEED: return tr("Down Speed", "i.e: Download speed");
case TR_UPSPEED: return tr("Up Speed", "i.e: Upload speed");

Trying to find corresponding .ui file...

Think it's this:

<item row="1" column="2">
<widget class="QLabel" name="labelUploaded">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Uploaded:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>

<item row="2" column="2">
<widget class="QLabel" name="labelUpSpeed">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Upload Speed:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>

Chocobo1 added a commit to Chocobo1/qBittorrent that referenced this issue Aug 3, 2023
The property widget already has scroll bars and thus we don't need this span.
Closes qbittorrent#15000.
Chocobo1 added a commit that referenced this issue Aug 4, 2023
The property widget already has scroll bars and thus we don't need this span.

Closes #15000.
PR #19404.
glassez pushed a commit to glassez/qBittorrent that referenced this issue Nov 8, 2023
The property widget already has scroll bars and thus we don't need this span.

Closes qbittorrent#15000.
PR qbittorrent#19404.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmed bug An issue confirmed by project team to be considered as a bug GUI GUI-related issues/changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants