Proper transparent confirmation window

This commit is contained in:
Sergii Pylypenko
2016-04-07 23:39:16 +03:00
parent 67d27d79b0
commit fd0a3f9ffc
4 changed files with 72 additions and 53 deletions

View File

@@ -17,6 +17,7 @@ enum BuildConfirmationWidgets {
WID_BC_PRICE, ///< Estimated price.
WID_BC_OK, ///< Confirm action.
WID_BC_CANCEL, ///< Cancel action.
WID_BC_PANEL, ///< Cancel action.
};
#endif /* WIDGETS_BUILD_CONFIRMATION_WIDGET_H */