diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/uploadwidget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/uploadwidget.c b/src/ui/uploadwidget.c index 0f94d7dd..4fd35732 100644 --- a/src/ui/uploadwidget.c +++ b/src/ui/uploadwidget.c | |||
@@ -99,7 +99,7 @@ void init_UploadWidget(iUploadWidget *d) { | |||
99 | // iWidget *hint = addChild_Widget(values, iClob(new_LabelWidget("${upload.file.drophint}", NULL))); | 99 | // iWidget *hint = addChild_Widget(values, iClob(new_LabelWidget("${upload.file.drophint}", NULL))); |
100 | // pad->sizeRef = hint; | 100 | // pad->sizeRef = hint; |
101 | addChild_Widget(headings, iClob(new_LabelWidget("${upload.file.name}", NULL))); | 101 | addChild_Widget(headings, iClob(new_LabelWidget("${upload.file.name}", NULL))); |
102 | d->filePathLabel = addChild_Widget(values, iClob(new_LabelWidget("${upload.file.drophere}", NULL))); | 102 | d->filePathLabel = addChild_Widget(values, iClob(new_LabelWidget(uiTextAction_ColorEscape "${upload.file.drophere}", NULL))); |
103 | addChild_Widget(headings, iClob(new_LabelWidget("${upload.file.size}", NULL))); | 103 | addChild_Widget(headings, iClob(new_LabelWidget("${upload.file.size}", NULL))); |
104 | d->fileSizeLabel = addChild_Widget(values, iClob(new_LabelWidget("\u2014", NULL))); | 104 | d->fileSizeLabel = addChild_Widget(values, iClob(new_LabelWidget("\u2014", NULL))); |
105 | d->mime = new_InputWidget(0); | 105 | d->mime = new_InputWidget(0); |
@@ -131,7 +131,7 @@ void init_UploadWidget(iUploadWidget *d) { | |||
131 | addChild_Widget(w, iClob(buttons)); | 131 | addChild_Widget(w, iClob(buttons)); |
132 | } | 132 | } |
133 | resizeToLargestPage_Widget(tabs); | 133 | resizeToLargestPage_Widget(tabs); |
134 | setFocus_Widget(as_Widget(d->token)); | 134 | setFocus_Widget(as_Widget(d->input)); |
135 | } | 135 | } |
136 | 136 | ||
137 | void deinit_UploadWidget(iUploadWidget *d) { | 137 | void deinit_UploadWidget(iUploadWidget *d) { |