make OK default

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7172 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-06-14 15:13:55 +00:00
parent 0c52be524c
commit 1e909d97f0
2 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-06-14 John Levon <levon@movementarian.org>
* ui/QPrintDialogBase.ui: make "OK" default
2003-06-13 John Levon <levon@movementarian.org>
* ui/QRefDialogBase.ui: reduce visual clutter

View File

@ -13,7 +13,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>407</width>
<width>403</width>
<height>454</height>
</rect>
</property>
@ -346,6 +346,14 @@
<name>text</name>
<string>&amp;Print</string>
</property>
<property stdset="1">
<name>autoDefault</name>
<bool>false</bool>
</property>
<property stdset="1">
<name>default</name>
<bool>true</bool>
</property>
</widget>
<widget>
<class>QPushButton</class>
@ -357,9 +365,13 @@
<name>text</name>
<string>Close</string>
</property>
<property stdset="1">
<name>autoDefault</name>
<bool>false</bool>
</property>
<property stdset="1">
<name>default</name>
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</hbox>