git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25157 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-06-06 09:49:09 +00:00
parent af050ab1b0
commit fb1d57d24c

View File

@ -50,7 +50,7 @@
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<property name="sizeHint" stdset="0" >
<size>
<width>84</width>
<height>20</height>
@ -59,16 +59,16 @@
</spacer>
</item>
<item>
<widget class="QPushButton" name="okPB" >
<widget class="QPushButton" name="newPB" >
<property name="text" >
<string>&amp;OK</string>
<string>&amp;New</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancelPB" >
<widget class="QPushButton" name="closePB" >
<property name="text" >
<string>&amp;Cancel</string>
<string>&amp;Close</string>
</property>
<property name="default" >
<bool>true</bool>