Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/calculator/calculator.c

    rdb3895d r7481ee19  
    945945        ui_entry_set_rect(display, &calc.geom.entry_rect);
    946946        ui_entry_set_halign(display, gfx_halign_right);
     947        ui_entry_set_read_only(display, true);
    947948
    948949        rc = ui_fixed_add(fixed, ui_entry_ctl(display));
Note: See TracChangeset for help on using the changeset viewer.