1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00
OpenMW/apps/opencs/view/world/scenetoolbar.cpp

9 lines
133 B
C++
Raw Normal View History

#include "scenetoolbar.hpp"
CSVWorld::SceneToolbar::SceneToolbar (QWidget *parent) : QWidget (parent)
{
setFixedWidth (52);
}