whitespace--

This commit is contained in:
Carsten Haitzler 2020-04-19 18:49:52 +01:00
parent d0e7a1907c
commit 466d95e2f6
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ _emix_card_add(Emix_Card *card)
if (profile->active) elm_object_text_set(hv, profile->description);
cards++;
}
if (cards == 0) elm_object_text_set(hv, "Not Connected");
if (cards == 0) elm_object_text_set(hv, "Not Connected");
evas_object_size_hint_weight_set(hv, 0.0, 0.5);
evas_object_size_hint_align_set(hv, EVAS_HINT_FILL, 0.5);
elm_box_pack_end(bx, hv);