diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-25 20:00:51 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-25 20:00:51 +0100 |
commit | d8acac6ba9f0b165218bc869fbcb6a5180b87a5c (patch) | |
tree | cc890e88ff278d17772518fe6c0e7b5d188fa6ce /src | |
parent | 010d4dd5aa2244228620fc3302bc938cf9d6d5ca (diff) |
Minor visual change
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/DropdownButton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/DropdownButton.cpp b/src/gui/DropdownButton.cpp index 4a2ae3a..81bc015 100644 --- a/src/gui/DropdownButton.cpp +++ b/src/gui/DropdownButton.cpp @@ -20,7 +20,7 @@ namespace gsr { { if(icon_texture && icon_texture->is_valid()) { icon_sprite.set_texture(icon_texture); - icon_sprite.set_height((int)(size.y * 0.5f)); + icon_sprite.set_height((int)(size.y * 0.45f)); } this->description.set_color(mgl::Color(150, 150, 150)); } @@ -242,4 +242,4 @@ namespace gsr { update_if_dirty(); return size; } -}
\ No newline at end of file +} |