mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Minor visual change
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user