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> 2002-12-19 John Levon <levon@movementarian.org>
* QLyXKeySym.C: do not attempt to compare Qt::Key_unknowns * QLyXKeySym.C: do not attempt to compare Qt::Key_unknowns

View File

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