diff options
Diffstat (limited to 'gui/devices/2560x1600')
-rw-r--r-- | gui/devices/2560x1600/res/ui.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gui/devices/2560x1600/res/ui.xml b/gui/devices/2560x1600/res/ui.xml index 25b86194f..06880b22e 100644 --- a/gui/devices/2560x1600/res/ui.xml +++ b/gui/devices/2560x1600/res/ui.xml @@ -2304,6 +2304,18 @@ <text>%tw_operation% %tw_partition%</text> </object> + <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="%col1_x%" y="%row2_text_y%" /> + <text>%tw_file_progress%</text> + </object> + + <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="%col_right_x%" y="%row2_text_y%" placement="1" /> + <text>%tw_size_progress%</text> + </object> + <object type="template" name="action_page_console" /> <object type="template" name="progress_bar" /> @@ -2679,6 +2691,12 @@ <text>%tw_operation% %tw_partition%</text> </object> + <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="%center_x%" y="%row2_text_y%" placement="5" /> + <text>%tw_size_progress%</text> + </object> + <object type="template" name="action_page_console" /> <object type="template" name="progress_bar" /> |