diff options
author | bfox <bfox> | 2000-12-11 21:55:20 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-11 21:55:20 +0000 |
commit | d09d978b5f3d9fee4979b2dc42cd815272c8433b (patch) | |
tree | 89c6c4903349e3fe2f23772689db8cf7915d47d1 | |
parent | 886012675dd13af5fc8e792db687acf63c9c050e (diff) | |
download | anaconda-d09d978b5f3d9fee4979b2dc42cd815272c8433b.tar.gz anaconda-d09d978b5f3d9fee4979b2dc42cd815272c8433b.tar.xz anaconda-d09d978b5f3d9fee4979b2dc42cd815272c8433b.zip |
Changed shadow from etched to none.
-rw-r--r-- | iw/timezone_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py index b2a26a02e..34cb7fd2e 100644 --- a/iw/timezone_gui.py +++ b/iw/timezone_gui.py @@ -183,7 +183,7 @@ class TimezoneWindow (InstallWindow): hbox.pack_start (a, TRUE) frame = GtkFrame () - frame.set_shadow_type (SHADOW_ETCHED_IN) + frame.set_shadow_type (SHADOW_NONE) frame.add (map) mainBox.pack_start (hbox, FALSE) |