style: meh meh meh

This commit is contained in:
Alastair Poole 2020-06-02 13:23:41 +01:00
parent a1d337618d
commit 6af4814590
3 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@ _win_add(void)
icon = elm_icon_add(win);
elm_icon_standard_set(icon, "evisum");
elm_win_icon_object_set(win, icon);
evas_object_resize(win, 1, EVISUM_SIZE_HEIGHT * elm_config_scale_get());
evas_object_resize(win, 1, EVISUM_WIN_HEIGHT * elm_config_scale_get());
elm_win_title_set(win, _("EFL System Monitor"));
elm_win_center(win, EINA_TRUE, EINA_TRUE);

View File

@ -9,8 +9,8 @@
#define _(STR) gettext(STR)
#define EVISUM_SIZE_WIDTH 600
#define EVISUM_SIZE_HEIGHT 520
#define EVISUM_WIN_WIDTH 600
#define EVISUM_WIN_HEIGHT 520
#define FILL EVAS_HINT_FILL
#define EXPAND EVAS_HINT_EXPAND

View File

@ -1,3 +1,4 @@
static char *
_man2entry(const char *text)
{