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>
|
||||
|
||||
* QLyXKeySym.C: do not attempt to compare Qt::Key_unknowns
|
||||
|
@ -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>&Restore</string>
|
||||
</property>
|
||||
<property stdset="1">
|
||||
<name>autoDefault</name>
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<spacer>
|
||||
<property>
|
||||
@ -98,6 +102,10 @@
|
||||
<name>text</name>
|
||||
<string>&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>&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>&Close</string>
|
||||
</property>
|
||||
<property stdset="1">
|
||||
<name>autoDefault</name>
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</hbox>
|
||||
</widget>
|
||||
|
Loading…
Reference in New Issue
Block a user