Font size changes

This commit is contained in:
uid68842 2004-02-14 16:50:01 +00:00
parent 1b8154982c
commit 77dbff1900
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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 {