Skip to content

Commit

Permalink
Traktor: Updated Types icons, not all finished yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Apr 29, 2024
1 parent 36c0b7d commit 38eef1a
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 432 deletions.
2 changes: 1 addition & 1 deletion code/Ui/Tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ void Tab::eventPaint(PaintEvent* event)
m_bitmapImages,
BlendMode::Alpha
);
textOffset += bitmapSize.cy;
textOffset += bitmapSize.cy + pixel(2_ut);
}

// Draw close button.
Expand Down
Loading

0 comments on commit 38eef1a

Please sign in to comment.