mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 17:27:05 +09:00
Move dropdown button text and icon code to dropdown button class
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "../../include/gui/Button.hpp"
|
||||
#include "../../include/Theme.hpp"
|
||||
#include <mglpp/graphics/Rectangle.hpp>
|
||||
#include <mglpp/window/Window.hpp>
|
||||
#include <mglpp/window/Event.hpp>
|
||||
@@ -40,7 +41,7 @@ namespace gsr {
|
||||
}
|
||||
|
||||
const int border_size = 5;
|
||||
const mgl::Color border_color(118, 185, 0);
|
||||
const mgl::Color border_color = gsr::get_theme().tint_color;
|
||||
|
||||
// Green line at top
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user