Changed content layout
This commit is contained in:
@@ -8,6 +8,8 @@ from gi.repository import Gtk
|
||||
from gi.repository import Gdk
|
||||
|
||||
# Application imports
|
||||
from ..widgets.button_controls import ButtonControls
|
||||
from ..widgets.path_label import PathLabel
|
||||
from .image_view_scroll import ImageViewScroll
|
||||
|
||||
|
||||
@@ -32,4 +34,6 @@ class RightBox(Gtk.Box):
|
||||
...
|
||||
|
||||
def _load_widgets(self):
|
||||
self.add(ButtonControls())
|
||||
self.add(PathLabel())
|
||||
self.add(ImageViewScroll())
|
||||
|
||||
Reference in New Issue
Block a user