Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
41ae51e0
Commit
41ae51e0
authored
Oct 01, 2022
by
Kurt Hindenburg
Browse files
Allow default displayVerticalLineAtColumn > 99 to 999
BR: 456054
parent
4a2f16e4
Pipeline
#239364
passed with stage
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/widgets/EditProfileAppearancePage.ui
View file @
41ae51e0
...
...
@@ -721,7 +721,11 @@
</widget>
</item>
<item>
<widget
class=
"QSpinBox"
name=
"displayVerticalLineAtColumn"
/>
<widget
class=
"QSpinBox"
name=
"displayVerticalLineAtColumn"
>
<property
name=
"maximum"
>
<number>
999
</number>
</property>
</widget>
</item>
<item>
<spacer
name=
"horizontalSpacer_2"
>
...
...
@@ -850,17 +854,17 @@
</widget>
</item>
<item
row=
"10"
column=
"0"
colspan=
"2"
>
<spacer>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
20
</height>
</size>
</property>
</spacer>
<spacer>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
20
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
...
...
@@ -943,7 +947,7 @@
</connection>
</connections>
<buttongroups>
<buttongroup
name=
"cursorColor"
/>
<buttongroup
name=
"cursorShape"
/>
<buttongroup
name=
"cursorColor"
/>
</buttongroups>
</ui>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment