godot icon indicating copy to clipboard operation
godot copied to clipboard

'Create Version Control Metadata' Dialog doesn't use editor theme

Open devlein opened this issue 2 years ago • 1 comments

Godot version

v4.0.rc1.official [8843d9ad3]

System information

Windows 11

Issue description

The 'Create Version Control Metadata' Dialog doesn't use the editor theme:

grafik

Even worse, if a default project theme is set, it is used:

grafik

Steps to reproduce

Open: Project > Version control > Create Version Control Metadata

Minimal reproduction project

Not needed

devlein avatar Feb 12 '23 12:02 devlein

It's probably added to the root of the editor tree, instead of the root of the editor GUI.

YuriSizov avatar Feb 12 '23 14:02 YuriSizov

I just ran into this by accident, too. Was going to file a bug, but saw this and figured it's probably the same issue?

Not only does the theme feel wrong, the window itself was super tiny on my mac (maybe due to the retina display?) - it's like a dialog box for ants!

Screenshot 2023-03-12 at 11 24 33 AM

Version: v4.0.stable.official [92bee43ad]

BigZaphod avatar Mar 12 '23 16:03 BigZaphod

This is fixed in 4.2 (the dialog is added to correct parent).

KoBeWi avatar Aug 31 '23 14:08 KoBeWi