mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
Set the default button in the print dialog to OK.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8745 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
86003e6665
commit
6ae2d83a95
@ -1,3 +1,8 @@
|
||||
2004-05-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* ui/QPrintDialogBase.ui: set the default button, activated on
|
||||
Return, to be the Ok button rather than the Close button.
|
||||
|
||||
2004-05-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* QRef.C (redoRefs): Prevent widgets from emitting any signals
|
||||
|
@ -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>
|
||||
|
@ -67,6 +67,9 @@ What's new
|
||||
|
||||
- enable instant preview to work on solaris machines.
|
||||
|
||||
- set the default button in the print dialog, activated on Return,
|
||||
to be the Ok button rather than the Close button. [Qt bug only]
|
||||
|
||||
* Configuration/Installation:
|
||||
|
||||
- when running under windows, configure correctly the ps and pdf
|
||||
|
Loading…
Reference in New Issue
Block a user