obelisk79 / OpenTheme

Home of the OpenTheme system for FreeCAD
GNU Lesser General Public License v2.1
24 stars 8 forks source link

Arrows to show more toolbars need padding #10

Open furgo16 opened 4 months ago

furgo16 commented 4 months ago

See the attached screenshot. On the right, the arrows to show more tools on the toolbar should not go right up to the window edge. Instead, they should have some padding.

Captura de pantalla de 2024-04-23 04-33-38

OS: Ubuntu Core 22 (ubuntu:GNOME/ubuntu)
Word size of FreeCAD: 64-bit
Version: 0.22.0dev.36915 (Git) Snap 995
Build type: Release
Branch: main
Hash: 1f9be3f9ed44f7a3f4a453ef4761eea2d96a3dc0
Python 3.10.12, Qt 5.15.10, Coin 4.0.0, Vtk 7.1.1, OCC 7.7.1
Installed mods: 
  * OpenTheme 2024.4.20
  * BIM 2021.12.0
  * Curves 0.6.35
  * ExplodedAssembly
  * BillOfMaterials 0.0.8.2
  * Ondsel-Lens 2024.4.16.01
  * Assembly4 0.50.12
furgo16 commented 2 months ago

I believe this has been fixed:

image

OS: Ubuntu Core 22 (ubuntu:GNOME/ubuntu)
Word size of FreeCAD: 64-bit
Version: 0.22.0dev.38039 (Git) Snap 1067
Build type: Release
Branch: main
Hash: 7a9fd501c3ea0e259f843dc21f488ef6af43c201
Python 3.10.12, Qt 5.15.10, Coin 4.0.0, Vtk 7.1.1, OCC 7.7.1
Installed mods: 
  * OpenTheme 2024.7.3
  * Curves 0.6.40
  * ezydxf
  * Ondsel-Lens 2024.7.5.01
  * Assembly4 0.50.14
furgo16 commented 2 months ago

Apologies, I closed the wrong issue. Reopening. This is still an issue on:

OS: Ubuntu Core 22 (ubuntu:GNOME/ubuntu)
Word size of FreeCAD: 64-bit
Version: 0.22.0dev.38039 (Git) Snap 1067
Build type: Release
Branch: main
Hash: 7a9fd501c3ea0e259f843dc21f488ef6af43c201
Python 3.10.12, Qt 5.15.10, Coin 4.0.0, Vtk 7.1.1, OCC 7.7.1
Installed mods: 
  * OpenTheme 2024.7.3
  * Curves 0.6.40
  * ezydxf
  * Ondsel-Lens 2024.7.5.01
  * Assembly4 0.50.14
obelisk79 commented 1 month ago

Edit: I misunderstood the problem based on the screenshot. Reading would have helped. I will investigate it this week.

obelisk79 commented 1 month ago

Well, this is quite the conundrum. The widget is a QToolbarExtension. It is ignoring padding, margin, and manual positioning such as "left: 100px;" I'm unsure what the next course of action should be. I may have to let this one continue to stay open for now.