Skip to content

Commit

Permalink
efm_file_display: Add tooltip to the label for too long file names
Browse files Browse the repository at this point in the history
This partly fixes #6
  • Loading branch information
marcelhollerbach committed Jul 7, 2015
1 parent c006b6c commit 9a00267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/elm_file_icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ _elm_file_icon_fm_monitor_file_set(Eo *obj, Elm_File_Icon_Data *pd, Efm_File *fi
mime_ready(obj, pd);
//set the text of the filename
elm_object_text_set(pd->label, filename);
elm_object_tooltip_text_set(pd->label, filename);
}

EOLIAN static Efm_File *
Expand Down

0 comments on commit 9a00267

Please sign in to comment.