Update texturing_tool.cpp
This commit is contained in:
@@ -141,13 +141,6 @@ namespace noggit
|
||||
auto spray_layout (new QFormLayout (_spray_content));
|
||||
_spray_mode_group->setLayout(spray_layout);
|
||||
|
||||
QString _spray_mode_group_style =
|
||||
"QWidget { \n"
|
||||
" background: transparent; \n"
|
||||
"} \n";
|
||||
|
||||
_spray_mode_group->setStyleSheet(_spray_mode_group_style);
|
||||
|
||||
_inner_radius_cb = new QCheckBox("Inner radius", _spray_content);
|
||||
spray_layout->addRow(_inner_radius_cb);
|
||||
|
||||
@@ -382,7 +375,6 @@ namespace noggit
|
||||
setMinimumWidth(250);
|
||||
setMaximumWidth(250);
|
||||
setMinimumHeight(540);
|
||||
setMaximumHeight(540);
|
||||
}
|
||||
|
||||
void texturing_tool::update_brush_hardness()
|
||||
|
||||
Reference in New Issue
Block a user