diff options
author | pnfisher <pnfisher> | 1999-09-25 19:38:10 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-09-25 19:38:10 +0000 |
commit | d607c30ac4cb304ae765e333c08513629e3c986a (patch) | |
tree | 908689136cdfe54c6ad1a78dfa99e109722f66f3 /iw | |
parent | 9d1a3cffcce70607d61494a251be7947f419bd3b (diff) | |
download | anaconda-d607c30ac4cb304ae765e333c08513629e3c986a.tar.gz anaconda-d607c30ac4cb304ae765e333c08513629e3c986a.tar.xz anaconda-d607c30ac4cb304ae765e333c08513629e3c986a.zip |
Add a border width.
Diffstat (limited to 'iw')
-rw-r--r-- | iw/format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/format.py b/iw/format.py index 3d0b1a696..153bf310e 100644 --- a/iw/format.py +++ b/iw/format.py @@ -50,5 +50,5 @@ class FormatWindow (InstallWindow): vbox.pack_start (self.check, FALSE) self.check = GtkCheckButton - + vbox.set_border_width (5) return vbox |