mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
add separators to plugin menus
This commit is contained in:
parent
1bfa5f7737
commit
b32cc953d1
1 changed files with 5 additions and 3 deletions
|
@ -397,14 +397,14 @@
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="currentIndex" >
|
<property name="currentIndex" >
|
||||||
<number>3</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="blankPage" >
|
<widget class="QWidget" name="blankPage" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>368</width>
|
<width>446</width>
|
||||||
<height>358</height>
|
<height>358</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
@ -812,7 +812,7 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>368</width>
|
<width>446</width>
|
||||||
<height>358</height>
|
<height>358</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
@ -1266,6 +1266,7 @@
|
||||||
<addaction name="menuAdvanced" />
|
<addaction name="menuAdvanced" />
|
||||||
<addaction name="separator" />
|
<addaction name="separator" />
|
||||||
<addaction name="actionCram" />
|
<addaction name="actionCram" />
|
||||||
|
<addaction name="separator" />
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menu_Settings" >
|
<widget class="QMenu" name="menu_Settings" >
|
||||||
<property name="title" >
|
<property name="title" >
|
||||||
|
@ -1291,6 +1292,7 @@
|
||||||
<addaction name="actionOpenPluginFolder" />
|
<addaction name="actionOpenPluginFolder" />
|
||||||
<addaction name="separator" />
|
<addaction name="separator" />
|
||||||
<addaction name="menuStartup" />
|
<addaction name="menuStartup" />
|
||||||
|
<addaction name="separator" />
|
||||||
</widget>
|
</widget>
|
||||||
<addaction name="actionActiveTags" />
|
<addaction name="actionActiveTags" />
|
||||||
<addaction name="separator" />
|
<addaction name="separator" />
|
||||||
|
|
Loading…
Reference in a new issue