diff options
Diffstat (limited to '')
-rw-r--r-- | gui/devices/1280x800/res/ui.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gui/devices/1280x800/res/ui.xml b/gui/devices/1280x800/res/ui.xml index 21fc3b7a8..fdd205941 100644 --- a/gui/devices/1280x800/res/ui.xml +++ b/gui/devices/1280x800/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" /> |