2
# -*- coding: utf-8 -*-
6
__authors__ = ["Jan Jokela <janjokela@gmail.com>"]
7
__licenses__ = ["LICENSE.LGPL"]
8
__description__ = "Variable space widget"
12
from container import Container
14
class VariableSpace(Container):
16
Variable space is a layout container that represents free space in the user
22
""" Initialize variable space widget """
24
super(VariableSpace, self).__init__()