Skip to content

Commit

Permalink
Исправлена прозрачность GraphInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChernov committed Nov 17, 2014
1 parent cd5c621 commit cd906b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/rdo_studio/plugins/game5/src/graph_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GraphInfo::GraphInfo(QWidget* parent)
graphInfoLayout->setWidget(2, QFormLayout::LabelRole, m_totalNumberOfNodesLabel);
graphInfoLayout->setWidget(2, QFormLayout::FieldRole, m_totalNumberOfNodesValue);

setStyleSheet("background-color: rgba(255, 255, 255, 40);");
setStyleSheet("GraphInfo: {background-color: rgba(255, 255, 255, 60)}; QLabel: {background-color: rgba(255, 255, 255, 0)};");
}

GraphInfo::~GraphInfo()
Expand Down

0 comments on commit cd906b1

Please sign in to comment.