Don't override default font
This commit is contained in:
@@ -29,7 +29,7 @@ namespace view {
|
||||
const QString DEFAULT_FONT_NAME("Liberation Sans");
|
||||
const int DEFAULT_FONT_SIZE = 12;
|
||||
|
||||
#define DEFAULT_FONT(font_name) QFont font_name(view::DEFAULT_FONT_NAME, view::DEFAULT_FONT_SIZE);
|
||||
#define DEFAULT_FONT(font_name) QFont font_name;
|
||||
};
|
||||
|
||||
#define DELETE_ICON RESSOURCES_ROOT "icons/delete.png"
|
||||
|
Reference in New Issue
Block a user