[Done] Some PB-IDE fixed for macOS

Post bugs related to the IDE here
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

[Done] Some PB-IDE fixed for macOS

Post by mk-soft »

The macOS sizeMode function for NSToolBar no longer exists.
- This means that the icons (png) with the size 16x16 are scaled by the OS. To make the icons look better, the 16x16 icons are displayed center on icons 24x24.

macOS ListIconGadget Column With
- The ListIconGadget must be at least as wide as the first column. Otherwise the first column will not be displayed in width.

Fix Text Color of Diff Files
- In dark mode, the text is white and therefore not visible on marked items.

Update Tools Design
- Limit minimum height of buttons and string gadgets.
- Panel height increased because gadgets are not completely visible.
- ToolBars changed from TitleBar to Window content.

GitHub: https://github.com/fantaisie-software/p ... c/pull/226
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Some PB-IDE fixed for macOS

Post by mk-soft »

Update more ;)
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Some PB-IDE fixed for macOS

Post by Fred »

Thanks ! Implemented for next beta
Post Reply