mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
ui glitches
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36583 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
182100d376
commit
fdc3b1efd5
@ -1,4 +1,3 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0" >
|
||||
<class>PrefEditUi</class>
|
||||
<widget class="QWidget" name="PrefEditUi" >
|
||||
@ -7,11 +6,11 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>384</width>
|
||||
<height>361</height>
|
||||
<height>408</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy" >
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
@ -94,8 +93,11 @@
|
||||
</item>
|
||||
<item row="3" column="0" >
|
||||
<widget class="QCheckBox" name="macLikeWordMovementCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Skip trailing non-word characters</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Use Mac-style for moving between &words</string>
|
||||
<string>Use Mac-style for cursor moving between &words</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -117,7 +119,7 @@
|
||||
<item row="0" column="0" >
|
||||
<widget class="QCheckBox" name="toggleToolbarsCB" >
|
||||
<property name="sizePolicy" >
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
|
Loading…
Reference in New Issue
Block a user