Switch to unified view

a/GUI/playerwidget/playerhwidget.h b/GUI/playerwidget/playerhwidget.h
...
...
42
    }
42
    }
43
    MDataWidget* mdata() {
43
    MDataWidget* mdata() {
44
        return mdata_w;
44
        return mdata_w;
45
    }
45
    }
46
    virtual QLayoutItem *takeCoverWidget() {
46
    virtual QLayoutItem *takeCoverWidget() {
47
        return bottomHLayout->takeAt(1);
47
        return bottomHLayout->takeAt(0);
48
    }
48
    }
49
};
49
};
50
50
51
#endif /* _PLAYERWIDGET_H_INCLUDED_ */
51
#endif /* _PLAYERWIDGET_H_INCLUDED_ */