mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
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:
parent
0c52be524c
commit
1e909d97f0
@ -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
|
||||
|
@ -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>&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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user