summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-03-28 15:06:10 +0000
committerChris Lumens <clumens@redhat.com>2007-03-28 15:06:10 +0000
commit617c898e94d1ecac5e38026867b86a69a4f0ec97 (patch)
treede23b519a919aa9b8d1d50ba669a0b8d3638c582 /iw
parent1e0e302733969dc5a90c8062e5baaea2ab254da0 (diff)
downloadanaconda-617c898e94d1ecac5e38026867b86a69a4f0ec97.tar.gz
anaconda-617c898e94d1ecac5e38026867b86a69a4f0ec97.tar.xz
anaconda-617c898e94d1ecac5e38026867b86a69a4f0ec97.zip
Add a little more space between the device description and the stripe for tall
languages (#217294).
Diffstat (limited to 'iw')
-rw-r--r--iw/partition_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index fbc0cef5c..4c7792313 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -327,7 +327,7 @@ class DiskStripeGraph:
text.set(text=drivetext, fill_color='black', anchor=gtk.ANCHOR_NW,
weight=pango.WEIGHT_BOLD)
(xxx1, yyy1, xxx2, yyy2) = text.get_bounds()
- textheight = yyy2 - yyy1
+ textheight = yyy2 - yyy1 + 2
self.textlabels.append(text)
group = self.canvas.root().add(gnomecanvas.CanvasGroup,
x=0, y=yoff+textheight)