Skip to content

Remove redundant GTKEntry from CSS dialog

Aayush Shah requested to merge aayushshah22/inkscape:fix-4802-#2 into master

The GtkEntry widget in the 'Selectors and CSS' dialog was not required and led to UI clutter. By deleting this entry from the Glade file, the dialog's appearance is corrected, ensuring that only the necessary widgets are there when modifying CSS selectors.

Before:

Selectors_and_CSS_Before

After:

Selectors_and_CSS_After

Edited by Aayush Shah

Merge request reports