1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:47:34 +00:00

LibGUI: Make RadioButton height adapt to the current font size

This commit is contained in:
Andreas Kling 2023-03-02 18:05:36 +01:00
parent f1e0eb8a25
commit fdcdc14fce
2 changed files with 15 additions and 10 deletions

View file

@ -30,6 +30,7 @@ private:
using AbstractButton::auto_repeat_interval;
using AbstractButton::set_auto_repeat_interval;
static int horizontal_padding();
static Gfx::IntSize circle_size();
};