a/GUI/mdatawidget/ui_mdatawidget.h b/GUI/mdatawidget/ui_mdatawidget.h
...
...
45
        if (horiz) {
45
        if (horiz) {
46
            actualLayout = new QHBoxLayout();
46
            actualLayout = new QHBoxLayout();
47
        } else {
47
        } else {
48
            titlehmin = 50;
48
            titlehmin = 50;
49
            otherhmin = 30;
49
            otherhmin = 30;
50
            titlehmax = 50;
50
            titlehmax = 200;
51
            otherhmax = 30;
51
            otherhmax = 200;
52
            align = Qt::AlignCenter;
52
            align = Qt::AlignCenter;
53
            actualLayout = new QVBoxLayout();
53
            actualLayout = new QVBoxLayout();
54
        }
54
        }
55
55
56
        actualLayout->setObjectName(QString::fromUtf8("actualLayout"));
56
        actualLayout->setObjectName(QString::fromUtf8("actualLayout"));