Added separators using StyleBoxLine, some theme style fixes, added variant icon

This commit is contained in:
Daniel J. Ramirez 2017-07-18 01:09:19 -05:00
parent 69a4ea34c4
commit 17c3422431
10 changed files with 305 additions and 16 deletions

View file

@ -584,5 +584,6 @@ Button *ConfirmationDialog::get_cancel() {
ConfirmationDialog::ConfirmationDialog() {
set_title(RTR("Please Confirm..."));
set_custom_minimum_size(Size2(200, 70));
cancel = add_cancel();
}