Font size changes
This commit is contained in:
parent
1b8154982c
commit
77dbff1900
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ struct tooltip
|
|||
std::string message;
|
||||
};
|
||||
|
||||
static const int font_size = 14;
|
||||
static const int font_size = 12;
|
||||
|
||||
std::vector<tooltip> tips;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace {
|
||||
const size_t menu_font_size = 14;
|
||||
const size_t menu_cell_padding = 12;
|
||||
const size_t menu_cell_padding = 10;
|
||||
}
|
||||
|
||||
namespace gui {
|
||||
|
|
Loading…
Add table
Reference in a new issue