# GLMakie: help concerning SliderGrid

**URL:** https://discourse.julialang.org/t/glmakie-help-concerning-slidergrid/96446
**Category:** New to Julia
**Tags:** glmakie
**Created:** [March 22, 2023, 2:32pm UTC](https://discourse.julialang.org/t/glmakie-help-concerning-slidergrid/96446 "2023-03-22T14:32:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![afyon](https://avatars.discourse-cdn.com/v4/letter/a/f4b2a3/32.png) [@afyon](https://discourse.julialang.org/u/afyon)
#### Post date: [March 22, 2023, 2:32pm UTC](https://discourse.julialang.org/t/glmakie-help-concerning-slidergrid/96446/1 "2023-03-22T14:32:46Z")

</div>

Hello,

By updating my Julia version, I just remarked that `labelslidergrid!` is deprecated. Thus, I had to use `SliderGrid`. However, there is no way to increase the fontsize of both the label and the current slider value. I tried the argument `textsize` such as with `Button`, but it didn’t work. In addition, the [documentation](https://docs.makie.org/stable/examples/blocks/slidergrid/)does not mention any fontsize tuning.

Here is the piece of code I want to include a fontsize tuning (for L"g\_s(V\_{th})" and its current value).

```julia
lsgrid = SliderGrid(fig[2, 1], (label=L"g_s(V_{th})", range=-8:0.1:5, startvalue=-8., format="{:.1f}"))

```

Making it possible would be super nice.

Thanks for reading me.

Regards,  
Arthur
