summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-11-14 17:13:05 +0000
committerbfox <bfox>2000-11-14 17:13:05 +0000
commit777e1c69726fb80db324afb3e4571720c525c561 (patch)
tree9c7b47aa92f163ada8387ecc456db6b4b7616b80 /gui.py
parent06a6c0cb1613d3d0100cd663d348b24f5e91c895 (diff)
downloadanaconda-777e1c69726fb80db324afb3e4571720c525c561.tar.gz
anaconda-777e1c69726fb80db324afb3e4571720c525c561.tar.xz
anaconda-777e1c69726fb80db324afb3e4571720c525c561.zip
Added some border width to the bottom button box.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index cced4de70..2c8e43a52 100755
--- a/gui.py
+++ b/gui.py
@@ -718,6 +718,7 @@ class InstallControlWindow:
self.buttonBox.add (self.nextButtonStock)
self.hbox = GtkHBox ()
+ self.hbox.set_border_width(5)
self.hbox.pack_start (self.hideHelpButton, FALSE)
self.hbox.set_spacing (25)
self.hbox.pack_start (self.releaseButton, FALSE)