mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 08:45:34 +00:00
8 lines
133 B
C++
8 lines
133 B
C++
|
|
#include "scenetoolbar.hpp"
|
|
|
|
CSVWorld::SceneToolbar::SceneToolbar (QWidget *parent) : QWidget (parent)
|
|
{
|
|
setFixedWidth (52);
|
|
|
|
}
|