mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
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:
parent
9ed004522e
commit
93aabdb0d8
@ -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
|
||||||
|
@ -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>&Restore</string>
|
<string>&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>&Save</string>
|
<string>&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>&Apply</string>
|
<string>&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>&Close</string>
|
<string>&Close</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>autoDefault</name>
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</hbox>
|
</hbox>
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
Reference in New Issue
Block a user