mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1698614 [Shortcut shown as & in some places](https://bugs.launchpad.net/calibre/+bug/1698614)
This commit is contained in:
parent
af6d043375
commit
420157c79c
@ -49,6 +49,9 @@
|
||||
<property name="text">
|
||||
<string>&Genre</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>opt_fb2_genre</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
|
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>588</width>
|
||||
<height>378</height>
|
||||
<height>399</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -31,6 +31,9 @@
|
||||
<property name="text">
|
||||
<string>&Paragraph style:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>opt_paragraph_type</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
@ -54,6 +57,9 @@
|
||||
<property name="text">
|
||||
<string>&Formatting style:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>opt_formatting_type</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
|
Loading…
x
Reference in New Issue
Block a user