mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
fix close button in groups
This commit is contained in:
parent
f58110855b
commit
f3d51e74c7
1 changed files with 17 additions and 0 deletions
|
@ -123,6 +123,7 @@
|
||||||
<tabstop>selNone</tabstop>
|
<tabstop>selNone</tabstop>
|
||||||
<tabstop>rename</tabstop>
|
<tabstop>rename</tabstop>
|
||||||
<tabstop>delete_2</tabstop>
|
<tabstop>delete_2</tabstop>
|
||||||
|
<tabstop>opts</tabstop>
|
||||||
<tabstop>buttonBox</tabstop>
|
<tabstop>buttonBox</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
<resources/>
|
<resources/>
|
||||||
|
@ -143,5 +144,21 @@
|
||||||
</hint>
|
</hint>
|
||||||
</hints>
|
</hints>
|
||||||
</connection>
|
</connection>
|
||||||
|
<connection>
|
||||||
|
<sender>buttonBox</sender>
|
||||||
|
<signal>rejected()</signal>
|
||||||
|
<receiver>Dialog</receiver>
|
||||||
|
<slot>reject()</slot>
|
||||||
|
<hints>
|
||||||
|
<hint type="sourcelabel">
|
||||||
|
<x>483</x>
|
||||||
|
<y>324</y>
|
||||||
|
</hint>
|
||||||
|
<hint type="destinationlabel">
|
||||||
|
<x>521</x>
|
||||||
|
<y>291</y>
|
||||||
|
</hint>
|
||||||
|
</hints>
|
||||||
|
</connection>
|
||||||
</connections>
|
</connections>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Reference in a new issue