Changeset b41564c in mainline for uspace/lib/ui/src/label.c


Ignore:
Timestamp:
2020-11-09T18:21:05Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6dca10f
Parents:
2109961
Message:

Port vcalc to UI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/src/label.c

    r2109961 rb41564c  
    186186                break;
    187187        case gfx_halign_right:
    188                 pos.y = label->rect.p1.x;
     188                pos.x = label->rect.p1.x;
    189189                break;
    190190        }
Note: See TracChangeset for help on using the changeset viewer.