ui: trimming the hedges

This commit is contained in:
Alastair Poole 2020-11-10 14:29:28 +00:00
parent d621b0b998
commit ec80d05f87
2 changed files with 6 additions and 5 deletions

View File

@ -247,6 +247,8 @@ _win_del_cb(void *data, Evas_Object *obj EINA_UNUSED,
{
Ui *ui = data;
evas_object_del(obj);
if (_private_data)
{
ecore_timer_del(_private_data->timer);
@ -255,7 +257,6 @@ _win_del_cb(void *data, Evas_Object *obj EINA_UNUSED,
}
eina_lock_free(&_lock);
evas_object_del(obj);
ui->disk.win = NULL;
if (evisum_ui_can_exit(ui))

View File

@ -6,10 +6,10 @@
#define FILL EVAS_HINT_FILL
#define EXPAND EVAS_HINT_EXPAND
#define TAB_BTN_WIDTH 84
#define TAB_BTN_HEIGHT 28
#define BTN_WIDTH 80
#define BTN_HEIGHT 24
#define TAB_BTN_WIDTH 74
#define TAB_BTN_HEIGHT 2
#define BTN_WIDTH 54
#define BTN_HEIGHT 1
#define UI_CHILD_WIN_WIDTH 360
#define UI_CHILD_WIN_HEIGHT 360