Changeset 1099f25 in mainline
- Timestamp:
- 2022-11-08T22:16:37Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54593f3
- Parents:
- 7bcd15f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/taskbar/wndlist.c
r7bcd15f r1099f25 305 305 } else { 306 306 rect.p0.x = 145 * idx + 90; 307 rect.p0.y = 3;307 rect.p0.y = 4; 308 308 rect.p1.x = 145 * idx + 230; 309 rect.p1.y = 2 9;309 rect.p1.y = 28; 310 310 } 311 311
Note:
See TracChangeset
for help on using the changeset viewer.