mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Icon classes with Button integration
This commit is contained in:
@@ -21,8 +21,9 @@ Space::Space(ViewResources& res, View& parentView, ISpaceController& controller,
|
||||
{
|
||||
commitResources(res);
|
||||
setBackground(res.themeData().spaceBackground());
|
||||
static const Zeus::CColor triColor = {0.75, 0.75, 0.75, 1.0};
|
||||
if (controller.spaceSplitAllowed())
|
||||
m_cornerView.m_view.reset(new CornerView(res, *this, spaceTriangleColor()));
|
||||
m_cornerView.m_view.reset(new CornerView(res, *this, triColor));
|
||||
if (tbPos != Toolbar::Position::None)
|
||||
m_toolbar.m_view.reset(new Toolbar(res, *this, tbPos));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user