diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/bindingswidget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/bindingswidget.c b/src/ui/bindingswidget.c index 4ce6ea4d..82763416 100644 --- a/src/ui/bindingswidget.c +++ b/src/ui/bindingswidget.c | |||
@@ -107,6 +107,7 @@ void init_BindingsWidget(iBindingsWidget *d) { | |||
107 | d->activePos = iInvalidPos; | 107 | d->activePos = iInvalidPos; |
108 | d->list = new_ListWidget(); | 108 | d->list = new_ListWidget(); |
109 | setItemHeight_ListWidget(d->list, lineHeight_Text(uiLabel_FontId) * 1.5f); | 109 | setItemHeight_ListWidget(d->list, lineHeight_Text(uiLabel_FontId) * 1.5f); |
110 | setPadding_Widget(as_Widget(d->list), 0, gap_UI, 0, gap_UI); | ||
110 | addChild_Widget(w, iClob(d->list)); | 111 | addChild_Widget(w, iClob(d->list)); |
111 | updateItems_BindingsWidget_(d); | 112 | updateItems_BindingsWidget_(d); |
112 | } | 113 | } |