summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-07 12:31:31 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-07 12:31:31 +0300
commit1ffd161fa550d5334df7ee1aaa16bc369a1324b4 (patch)
treef2ccf418fc73e34852e7eee9ece330a31c547b74 /src/gmdocument.c
parent403d8fc06fda157b134f96328f98b9305509b5a3 (diff)
Drawing an audio player UI
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index ff0e019b..e2696085 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -570,7 +570,7 @@ static void doLayout_GmDocument_(iGmDocument *d) {
570 pos.y += margin; 570 pos.y += margin;
571 run.bounds.pos = pos; 571 run.bounds.pos = pos;
572 run.bounds.size.x = d->size.x; 572 run.bounds.size.x = d->size.x;
573 run.bounds.size.y = 2 * lineHeight_Text(uiContent_FontId); 573 run.bounds.size.y = lineHeight_Text(uiContent_FontId) + 3 * gap_UI;
574 run.visBounds = run.bounds; 574 run.visBounds = run.bounds;
575 run.text = iNullRange; 575 run.text = iNullRange;
576 run.color = 0; 576 run.color = 0;