From 483bd5dc4e3ecafee54ff608674eb7e6361622b3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 30 Jul 2011 22:20:59 +0000 Subject: Added UI tiny font, have ui::Bitmap respect its color settings, corrected focus jumping to the next visible sibling when hiding widgets, changed ui::ListItem border appereance. --- src/ui/ui.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/ui.cc') diff --git a/src/ui/ui.cc b/src/ui/ui.cc index 252faa6..91eacd3 100644 --- a/src/ui/ui.cc +++ b/src/ui/ui.cc @@ -77,6 +77,7 @@ UI::UI() : Window(0) set_palette(ui_palette); // default fonts + ui_font_tiny = new Font("gui", 10, 18); ui_font_small = new Font("gui", 12, 18); ui_font_large = new Font("gui", 14, 24); set_font(ui_font_small); -- cgit v1.2.3