probonopd / Filer

A clean rewrite of the Filer file manager for helloSystem, inspired by John Siracusa's descriptions of "Spatial Orientation"
BSD 2-Clause "Simplified" License
12 stars 1 forks source link

Make only the icon and the text clickable, not the rectangle (QListView icon view) #5

Open louies0623 opened 1 year ago

louies0623 commented 1 year ago

So far, it's generally OK to use, but there's a usage problem. The selected perception frame in the illustration is too wide, and the gap space between the perception frames is too narrow. This makes it easy to click or select unnecessary files.

probonopd commented 1 year ago

Thanks for testing the new Filer. It is still a work in progress.

This is a known issue. We need to find a way to make only the icon and the text clickable, not the entire rectangular area around the icon.

louies0623 commented 1 year ago

Is there one box responsible for the icon and one box responsible for the text? As long as one of the boxes is selected, both boxes will react together.

probonopd commented 1 year ago

Currently there is one (invisible) rectangle that contains both the icon and the text, and is the clickable area. We need a non-rectangular clickable area.