https://bugs.kde.org/show_bug.cgi?id=413434

--- Comment #4 from Nate Graham <[email protected]> ---
All dialogs have a close button in the titlebar.

Dialogs that use the ok/apply/cancel paradigm have buttons in the bottom to
answer in the affirmative (Accept, OK, etc), and one to cancel the operation.
This makes sense because those dialogs don't actually do anything until closed,
so the dialog needs to know how you want to proceed.

However this dialog currently uses the instant apply paradigm, rather than the
ok/apply/cancel paradigm. Instant apply dialogs don't need OK and Cancel
buttons because there is nothing to affirm or cancel. When you're done with the
dialog, you just close it. Because the titlebar already has a close button,
it's redundant to add a second one in the bottom.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to