small ui tweak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5881 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-12-19 23:10:52 +00:00
parent 9ed004522e
commit 93aabdb0d8
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-12-19 John Levon <levon@movementarian.org>
* ui/QPrefsDialog.ui: remove auto-default stuff - it was
confusing
2002-12-19 John Levon <levon@movementarian.org>
* QLyXKeySym.C: do not attempt to compare Qt::Key_unknowns

View File

@ -13,7 +13,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>369</width>
<width>366</width>
<height>192</height>
</rect>
</property>
@ -66,6 +66,10 @@
<name>text</name>
<string>&amp;Restore</string>
</property>
<property stdset="1">
<name>autoDefault</name>
<bool>false</bool>
</property>
</widget>
<spacer>
<property>
@ -98,6 +102,10 @@
<name>text</name>
<string>&amp;Save</string>
</property>
<property stdset="1">
<name>autoDefault</name>
<bool>false</bool>
</property>
</widget>
<widget>
<class>QPushButton</class>
@ -109,6 +117,10 @@
<name>text</name>
<string>&amp;Apply</string>
</property>
<property stdset="1">
<name>autoDefault</name>
<bool>false</bool>
</property>
</widget>
<widget>
<class>QPushButton</class>
@ -120,6 +132,10 @@
<name>text</name>
<string>&amp;Close</string>
</property>
<property stdset="1">
<name>autoDefault</name>
<bool>false</bool>
</property>
</widget>
</hbox>
</widget>