Is there a way to set the size of the Q-toggle
-
V.0.14
A button’s size can be set.
Can this be done also for a q-toggle?
thanks -
Hi, Currently you cannot set the size for QToggle.
-
Hi! As a quick hack you an use this:
style=“transform : scale(1.3, 1.3);”
more than one will increase size, less will reduce -
@pintaf thanks a lot !