[pitivi] prefs: Do not show the current accelerator in the dialog
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] prefs: Do not show the current accelerator in the dialog
- Date: Tue, 27 Sep 2016 08:50:05 +0000 (UTC)
commit c0e5fc0b792b878a90aa2645460f24fddb0f51b6
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Fri Sep 16 18:39:24 2016 +0200
prefs: Do not show the current accelerator in the dialog
The big nice accelerator can distract the user from reading the message.
Reviewed-by: Jakub Brindza <jakub brindza gmail com>
Differential Revision: https://phabricator.freedesktop.org/D1317
pitivi/dialogs/prefs.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/dialogs/prefs.py b/pitivi/dialogs/prefs.py
index 48016cc..7c046a8 100644
--- a/pitivi/dialogs/prefs.py
+++ b/pitivi/dialogs/prefs.py
@@ -461,8 +461,6 @@ class CustomShortcutDialog(Gtk.Dialog):
prompt_label.props.margin_bottom = PADDING * 3
prompt_label.show()
self.accelerator_label = Gtk.Label()
- self.accelerator_label.set_markup("<span size='20000'><b>%s</b></span>"
- % customised_item.get_accel())
self.accelerator_label.props.margin_bottom = PADDING
self.invalid_used = Gtk.Label()
self.invalid_used.set_text(_("The accelerator you are trying to set"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]