Splitter gadget - minimal size
Splitter gadget - minimal size
Is there a way to tell the splitter gadget to keep a minimal size for the resized gadgets? I now end up in a situation where the related gadgets become invisible (size 0).
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Re: Splitter gadget - minimal size
https://www.purebasic.com/documentation/gadget/splittergadget.html wrote: SetGadgetAttribute(): With one of the following attribute:
#PB_Splitter_FirstMinimumSize : Sets the minimum size (in pixels) than the first gadget can have.
#PB_Splitter_SecondMinimumSize: Sets the minimum size (in pixels) than the second gadget can have.
Hygge
Re: Splitter gadget - minimal size
Ah, completely forgot about that. Thank you!
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )