summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyanaconda/ui/gui/spokes/lib/resize.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/lib/resize.py b/pyanaconda/ui/gui/spokes/lib/resize.py
index ff6e0141e..c44664e7b 100644
--- a/pyanaconda/ui/gui/spokes/lib/resize.py
+++ b/pyanaconda/ui/gui/spokes/lib/resize.py
@@ -371,7 +371,8 @@ class ResizeDialog(GUIObject):
self._update_labels(selectedReclaimable=self._selectedReclaimableSpace+delta)
# And then the reclaim button, in case they've made enough space.
- self._update_reclaim_button(self._selectedReclaimableSpace+delta)
+ newTotal = self._selectedReclaimableSpace + delta
+ self._update_reclaim_button(Size(spec="%s MB" % newTotal))
def resize_slider_format(self, scale, value):
# This makes the value displayed under the slider prettier than just a