diff options
| author | Chris Lumens <clumens@redhat.com> | 2012-07-05 14:24:04 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2012-07-05 14:24:04 -0400 |
| commit | 0cad782f3d8c1b50560fdbfe3ddb12ff7b21864d (patch) | |
| tree | f1c58edc377b30125d51bf7fe39f573ccd1e8ef2 /pyanaconda | |
| parent | 03ca73ddd2b395102009cd491eb50e66c61351dc (diff) | |
| download | anaconda-0cad782f3d8c1b50560fdbfe3ddb12ff7b21864d.tar.gz anaconda-0cad782f3d8c1b50560fdbfe3ddb12ff7b21864d.tar.xz anaconda-0cad782f3d8c1b50560fdbfe3ddb12ff7b21864d.zip | |
Don't put a title bar on the "Add custom add-on" dialog.
Diffstat (limited to 'pyanaconda')
| -rw-r--r-- | pyanaconda/ui/gui/spokes/source.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyanaconda/ui/gui/spokes/source.ui b/pyanaconda/ui/gui/spokes/source.ui index 8d1160938..d1fe99c23 100644 --- a/pyanaconda/ui/gui/spokes/source.ui +++ b/pyanaconda/ui/gui/spokes/source.ui @@ -6,6 +6,7 @@ <property name="can_focus">False</property> <property name="border_width">5</property> <property name="type_hint">dialog</property> + <property name="decorated">False</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox6"> <property name="can_focus">False</property> |
