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
PIM
PIM Calendar Support
Commits
6bdd61ae
Commit
6bdd61ae
authored
Jun 19, 2021
by
Glen Ditchfield
🐛
Browse files
Fix row numbers in Print Month grid layout
parent
97bf4b95
Pipeline
#66610
passed with stage
in 6 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/printing/calprintmonthconfig_base.ui
View file @
6bdd61ae
...
...
@@ -236,7 +236,7 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item
row=
"
1
"
column=
"0"
colspan=
"2"
>
<item
row=
"
2
"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"mRecurDaily"
>
<property
name=
"toolTip"
>
<string>
Print daily recurring items
</string>
...
...
@@ -249,7 +249,7 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item
row=
"
2
"
column=
"0"
colspan=
"2"
>
<item
row=
"
3
"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"mRecurWeekly"
>
<property
name=
"toolTip"
>
<string>
Print weekly recurring items
</string>
...
...
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