From 8269c38f074cb991e79430bd2ae9fe892d412635 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 2 Dec 2021 14:48:56 +0200 Subject: Mobile: Button group style; upload dialog tweaks Use checkmarks for selections in button groups. --- src/ui/uploadwidget.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/uploadwidget.c') diff --git a/src/ui/uploadwidget.c b/src/ui/uploadwidget.c index bad00071..c22bfe86 100644 --- a/src/ui/uploadwidget.c +++ b/src/ui/uploadwidget.c @@ -185,9 +185,9 @@ void init_UploadWidget(iUploadWidget *d) { { "label id:upload.info" }, { "panel id:dlg.upload.text icon:0x1f5b9 noscroll:1", 0, 0, (const void *) textItems }, { "panel id:dlg.upload.file icon:0x1f4c1", 0, 0, (const void *) fileItems }, - { "padding" }, - { "dropdown id:upload.id icon:0x1f464", 0, 0, constData_Array(makeIdentityItems_UploadWidget_(d)) }, - { "input id:upload.token hint:hint.upload.token icon:0x1f511" }, + { "heading text:${heading.upload.id}" }, + { "dropdown id:upload.id icon:0x1f464 text:", 0, 0, constData_Array(makeIdentityItems_UploadWidget_(d)) }, + { "input id:upload.token hint:hint.upload.token.long icon:0x1f516 text:" }, { NULL } }, actions, iElemCount(actions)); d->info = findChild_Widget(w, "upload.info"); -- cgit v1.2.3