mirror of https://github.com/Leinnan/rpack.git
Update drop text
This commit is contained in:
parent
7016780c6d
commit
c7e75f4264
|
|
@ -367,7 +367,7 @@ impl eframe::App for TemplateApp {
|
||||||
ui.vertical_centered_justified(|ui| {
|
ui.vertical_centered_justified(|ui| {
|
||||||
ui.add_space(50.0);
|
ui.add_space(50.0);
|
||||||
ui.label(
|
ui.label(
|
||||||
RichText::new("Drop files here")
|
RichText::new("Drop images here first")
|
||||||
.heading()
|
.heading()
|
||||||
.color(MY_ACCENT_COLOR32),
|
.color(MY_ACCENT_COLOR32),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue