Moved code preview; fixrf plugin code context
This commit is contained in:
@@ -7,7 +7,6 @@ from gi.repository import Gtk
|
||||
|
||||
# Application imports
|
||||
from ..widgets.separator_widget import Separator
|
||||
from .code.code_container import CodeContainer
|
||||
|
||||
|
||||
|
||||
@@ -39,6 +38,4 @@ class FooterContainer(Gtk.Box):
|
||||
def _load_widgets(self):
|
||||
widget_registery.expose_object("footer-container", self)
|
||||
|
||||
self.add( CodeContainer() )
|
||||
|
||||
self.add( Separator("separator-footer", 0) )
|
||||
|
||||
Reference in New Issue
Block a user