mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
parent
8e256fbf0f
commit
4dd1fbbce0
@ -163,9 +163,6 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="toolTip">
|
||||
<string>Configure the width of the text cursor. Automatic zoom-controlled cursor width used when set to 0.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Cursor width (&pixels):</string>
|
||||
</property>
|
||||
@ -176,6 +173,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QSpinBox" name="cursorWidthSB">
|
||||
<property name="toolTip">
|
||||
<string>Configure the width of the text cursor. "Auto" means that zoom-controlled width is used.</string>
|
||||
</property>
|
||||
<property name="specialValueText">
|
||||
<string>Auto</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>0</number>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user