Don't override default font
This commit is contained in:
parent
e911dffdbd
commit
6f29891fe0
|
@ -29,7 +29,7 @@ namespace view {
|
||||||
const QString DEFAULT_FONT_NAME("Liberation Sans");
|
const QString DEFAULT_FONT_NAME("Liberation Sans");
|
||||||
const int DEFAULT_FONT_SIZE = 12;
|
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"
|
#define DELETE_ICON RESSOURCES_ROOT "icons/delete.png"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user