diff options
-rw-r--r-- | gui/theme/portrait_hdpi/ui.xml | 2 | ||||
-rw-r--r-- | gui/theme/portrait_mdpi/ui.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/theme/portrait_hdpi/ui.xml b/gui/theme/portrait_hdpi/ui.xml index 5fc8cd202..a5ee22cd4 100644 --- a/gui/theme/portrait_hdpi/ui.xml +++ b/gui/theme/portrait_hdpi/ui.xml @@ -196,7 +196,7 @@ <variable name="fileselector_filemanager_height" value="1376"/> <variable name="partitionlist_spacing" value="0"/> <variable name="partitionlist_storage_height" value="544"/> - <variable name="partitionlist_flashimage_height" value="448"/> + <variable name="partitionlist_flashimage_height" value="544"/> <variable name="partitionlist_wipe_height" value="1088"/> <variable name="partitionlist_mount_height" value="832"/> <variable name="partitionlist_backup_height" value="768"/> diff --git a/gui/theme/portrait_mdpi/ui.xml b/gui/theme/portrait_mdpi/ui.xml index 5ac6b9554..9a0adf334 100644 --- a/gui/theme/portrait_mdpi/ui.xml +++ b/gui/theme/portrait_mdpi/ui.xml @@ -196,7 +196,7 @@ <variable name="fileselector_filemanager_height" value="559"/> <variable name="partitionlist_spacing" value="0"/> <variable name="partitionlist_storage_height" value="221"/> - <variable name="partitionlist_flashimage_height" value="182"/> + <variable name="partitionlist_flashimage_height" value="221"/> <variable name="partitionlist_wipe_height" value="442"/> <variable name="partitionlist_mount_height" value="338"/> <variable name="partitionlist_backup_height" value="312"/> |