summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-11 06:16:15 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-11 06:16:15 +0000
commit520ff4c6b80794c37a0d294f3d1d9b090a2c754d (patch)
treeb6b6f65e5d11be95821e31bf83a1bbe956599073 /iw
parent9f3d6f607e165a69f454cdfcb7f3274fd1c22d23 (diff)
downloadanaconda-520ff4c6b80794c37a0d294f3d1d9b090a2c754d.tar.gz
anaconda-520ff4c6b80794c37a0d294f3d1d9b090a2c754d.tar.xz
anaconda-520ff4c6b80794c37a0d294f3d1d9b090a2c754d.zip
add frame to the dialogs (part of #59587)
Diffstat (limited to 'iw')
-rw-r--r--iw/bootloader_gui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/iw/bootloader_gui.py b/iw/bootloader_gui.py
index 70e20c540..cd7215000 100644
--- a/iw/bootloader_gui.py
+++ b/iw/bootloader_gui.py
@@ -121,6 +121,7 @@ class BootloaderWindow (InstallWindow):
dialog.add_button('gtk-ok', 1)
dialog.add_button('gtk-cancel', 2)
dialog.set_position(gtk.WIN_POS_CENTER)
+ gui.addFrame(dialog)
label = gui.WrappingLabel(_("Please select the resolution and bit "
"depth that you would prefer to use as "
@@ -219,6 +220,7 @@ class BootloaderWindow (InstallWindow):
dialog.add_button('gtk-ok', 1)
dialog.add_button('gtk-cancel', 2)
dialog.set_position(gtk.WIN_POS_CENTER)
+ gui.addFrame(dialog)
label = gui.WrappingLabel(_("A boot loader password prevents users "
"from passing arbitrary options to the "
@@ -489,6 +491,7 @@ class AdvancedBootloaderWindow (InstallWindow):
dialog.add_button('gtk-ok', 1)
dialog.add_button('gtk-cancel', 2)
dialog.set_position(gtk.WIN_POS_CENTER)
+ gui.addFrame(dialog)
dialog.vbox.pack_start(gui.WrappingLabel(
_("The label is what is displayed in the boot loader to "