forked from AuroraMiddleware/gtk
widget-factory: Add a mnemonic conflict
Make Alt-e the mnemionic for both the Edit menu and the Select button on page 2. This shows that mnemonic cycling doesn't currently work, we always open the menu.
This commit is contained in:
parent
bdf40943db
commit
1f4130b927
@ -2169,7 +2169,7 @@ microphone-sensitivity-medium-symbolic</property>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="selection_dialog_button">
|
||||
<property name="label" translatable="yes">_Select</property>
|
||||
<property name="label" translatable="yes">S_elect</property>
|
||||
<property name="use-underline">1</property>
|
||||
</object>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user