Text: revisada la classe
window_message: correcions
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "color.h"
|
||||
|
||||
class Text;
|
||||
#include "text.h"
|
||||
|
||||
class WindowMessage {
|
||||
public:
|
||||
@@ -76,6 +75,10 @@ class WindowMessage {
|
||||
Color border_color_;
|
||||
Color title_color_;
|
||||
Color text_color_;
|
||||
|
||||
// Estilos
|
||||
Text::Style title_style_;
|
||||
Text::Style text_style_;
|
||||
|
||||
// Métodos privados
|
||||
void calculateAutoSize();
|
||||
|
||||
Reference in New Issue
Block a user