You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Icons can now be added inside line edits (Search icon).
Fixed window title bar margins. fixed compilation error
This commit is contained in:
@@ -584,6 +584,8 @@ Button *ConfirmationDialog::get_cancel() {
|
||||
ConfirmationDialog::ConfirmationDialog() {
|
||||
|
||||
set_title(RTR("Please Confirm..."));
|
||||
set_custom_minimum_size(Size2(200, 70));
|
||||
#ifdef TOOLS_ENABLED
|
||||
set_custom_minimum_size(Size2(200, 70) * EDSCALE);
|
||||
#endif
|
||||
cancel = add_cancel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user