https://bugs.kde.org/show_bug.cgi?id=389129

            Bug ID: 389129
           Summary: Broken alignment of folder contents
           Product: kdialog
           Version: unspecified
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: br...@frogmouth.net
          Reporter: mr.pastafarian...@gmail.com
  Target Milestone: ---

Created attachment 109952
  --> https://bugs.kde.org/attachment.cgi?id=109952&action=edit
kdialog messing up folders

I am running the latest Manjaro Linux (an Arch-based distro) with kdialog
17.12.0-1 and qt5-base 5.10.0-1.1. For me, the layout of folder contents is
broken in some cases. Possible steps to reproduce:

mkdir temp
cd temp

# Use Python to generate garbage contents:
python -c "
import os, random, string

for _ in range(30):
    os.mkdir(''.join(
        random.choice(string.ascii_lowercase) for _ in range(random.randint(3,
10))
    ))"

kdialog --getopenfilename

Screenshot of the result is attached.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to