diff options
Diffstat (limited to '')
-rwxr-xr-x | gui/devices/1024x600/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/1024x768/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/1080x1920/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/1200x1920/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/1280x800/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/1600x2560/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/1920x1200/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/240x240/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/2560x1600/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/320x480/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/480x800/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/480x854/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/540x960/res/ui.xml | 5 | ||||
-rw-r--r-- | gui/devices/720x1280/res/ui.xml | 5 | ||||
-rwxr-xr-x | gui/devices/800x1280/res/ui.xml | 5 | ||||
-rwxr-xr-x | gui/devices/800x480/res/ui.xml | 5 |
16 files changed, 64 insertions, 16 deletions
diff --git a/gui/devices/1024x600/res/ui.xml b/gui/devices/1024x600/res/ui.xml index 190e6f5d1..e168cb2a3 100755 --- a/gui/devices/1024x600/res/ui.xml +++ b/gui/devices/1024x600/res/ui.xml @@ -1639,7 +1639,10 @@ <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> <image resource="main_button" /> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/1024x768/res/ui.xml b/gui/devices/1024x768/res/ui.xml index 434fe36d5..980d0314f 100644 --- a/gui/devices/1024x768/res/ui.xml +++ b/gui/devices/1024x768/res/ui.xml @@ -1639,7 +1639,10 @@ <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> <image resource="main_button" /> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/1080x1920/res/ui.xml b/gui/devices/1080x1920/res/ui.xml index b960cbcbe..2f4f71f8c 100644 --- a/gui/devices/1080x1920/res/ui.xml +++ b/gui/devices/1080x1920/res/ui.xml @@ -1410,7 +1410,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/1200x1920/res/ui.xml b/gui/devices/1200x1920/res/ui.xml index eb5098cfb..aec4be087 100644 --- a/gui/devices/1200x1920/res/ui.xml +++ b/gui/devices/1200x1920/res/ui.xml @@ -1413,7 +1413,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/1280x800/res/ui.xml b/gui/devices/1280x800/res/ui.xml index 447f760fa..a54e1694c 100644 --- a/gui/devices/1280x800/res/ui.xml +++ b/gui/devices/1280x800/res/ui.xml @@ -1639,7 +1639,10 @@ <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> <image resource="main_button" /> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/1600x2560/res/ui.xml b/gui/devices/1600x2560/res/ui.xml index 2497e4ce0..dcfd956b6 100644 --- a/gui/devices/1600x2560/res/ui.xml +++ b/gui/devices/1600x2560/res/ui.xml @@ -1415,7 +1415,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml index 251c5fb6c..f126572f1 100644 --- a/gui/devices/1920x1200/res/ui.xml +++ b/gui/devices/1920x1200/res/ui.xml @@ -1639,7 +1639,10 @@ <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> <image resource="main_button" /> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/240x240/res/ui.xml b/gui/devices/240x240/res/ui.xml index aaaa4d283..d2808c674 100644 --- a/gui/devices/240x240/res/ui.xml +++ b/gui/devices/240x240/res/ui.xml @@ -1374,7 +1374,10 @@ <placement x="%button_refresh_x%" y="%row9_text_y%" w="%button_fill_med_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/2560x1600/res/ui.xml b/gui/devices/2560x1600/res/ui.xml index 5344de200..e3cdb8a8b 100644 --- a/gui/devices/2560x1600/res/ui.xml +++ b/gui/devices/2560x1600/res/ui.xml @@ -1639,7 +1639,10 @@ <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> <image resource="main_button" /> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/320x480/res/ui.xml b/gui/devices/320x480/res/ui.xml index 8a6308fda..4117f16db 100644 --- a/gui/devices/320x480/res/ui.xml +++ b/gui/devices/320x480/res/ui.xml @@ -1397,7 +1397,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/480x800/res/ui.xml b/gui/devices/480x800/res/ui.xml index d8cbbec80..389006ea8 100644 --- a/gui/devices/480x800/res/ui.xml +++ b/gui/devices/480x800/res/ui.xml @@ -1397,7 +1397,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/480x854/res/ui.xml b/gui/devices/480x854/res/ui.xml index 91888eaf6..32b8ab9e4 100644 --- a/gui/devices/480x854/res/ui.xml +++ b/gui/devices/480x854/res/ui.xml @@ -1396,7 +1396,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/540x960/res/ui.xml b/gui/devices/540x960/res/ui.xml index ace65ebfa..ecc6f627b 100644 --- a/gui/devices/540x960/res/ui.xml +++ b/gui/devices/540x960/res/ui.xml @@ -1397,7 +1397,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/720x1280/res/ui.xml b/gui/devices/720x1280/res/ui.xml index b0e931714..f613b6af4 100644 --- a/gui/devices/720x1280/res/ui.xml +++ b/gui/devices/720x1280/res/ui.xml @@ -1410,7 +1410,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml index 94e39883e..c08b742da 100755 --- a/gui/devices/800x1280/res/ui.xml +++ b/gui/devices/800x1280/res/ui.xml @@ -1398,7 +1398,10 @@ <placement x="%col2_x%" y="%backup_button_row1%" w="%button_fill_main_width%" h="%button_fill_quarter_height%" /> <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 35ca6e275..2958ba070 100755 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -1647,7 +1647,10 @@ <font resource="font" color="%button_text_color%" /> <text>Refresh Sizes</text> <image resource="main_button" /> - <action function="refreshsizes"></action> + <actions> + <action function="refreshsizes"></action> + <action function="page">backup</action> + </actions> </object> <object type="button"> |