CustomSettings Floating Tile: Space between items
-
How can I set the space between items of the CustomSettings floating tile? Is it possible with CSS?
-
@bendurso I don't think there is much you can do without adjusting the source code. For my settings page I made all my other controls match the floating tile instead of trying to change the floating tile - although I did change the alignment of the labels by editing the source code.
-
@d-healey Oh ok thanks. Then I may have to set all the settings manually.
-
@bendurso said in CustomSettings Floating Tile: Space between items:
Then I may have to set all the settings manually.
Depending on the settings that might be more work that you think - I also considered it.
When the user changes the driver that's going to change the options in the audio device list, which will change the options in the output list, which will change the options in the buffer size and sample rate lists. It's a can of worms.
-
@d-healey Off topic but, is that the noisy texture image you used in the background?
-
@orange
g.addNoise({alpha: 0.025, scaleFactor: 2.0, area: a, monochromatic: true});
-
@d-healey said in CustomSettings Floating Tile: Space between items:
e options in the buffer size and sample rate lists. It's a can of worms.
Oh, thanks for the advice. Then maybe I won't do it manually hehe