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 the desktop picture also be present behind the area where the Menu goes #12

Open louies0623 opened 11 months ago

louies0623 commented 11 months ago

I'm glad you found a way to deal with the menu shadow, but there are two problems, the background will be covered and lighter, and there will be a thick black border on the top of the Overview VirtualBox_PC-1_26_09_2023_11_52_10

probonopd commented 11 months ago

The Menu is missing in your screenshot. It is supposed to be always there. Why is it missing?

louies0623 commented 11 months ago

This is the screen when using Overview, the menu will be hidden.

probonopd commented 11 months ago

OK, so the fix probably is to not just use a QStackedWidget containing the QListView and set the background on that, but need to use a QVBoxLayout and set the background on that instead.