Changed content layout

This commit is contained in:
2023-04-29 15:20:36 -05:00
parent e51f706462
commit 630a140d2f
3 changed files with 14 additions and 15 deletions

View File

@@ -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())