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
Hadi Charara
Dolphin
Commits
07187204
Commit
07187204
authored
Jun 19, 2021
by
Hadi Charara
Browse files
Disabled Horizontal Scrollbar
parent
56f5e1fd
Pipeline
#66674
passed with stage
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/panels/readme/readmepanel.cpp
View file @
07187204
...
...
@@ -60,6 +60,7 @@ inline void ReadmePanel::configureTextBrowser()
if
(
!
m_textBrowser
)
return
;
m_textBrowser
->
setFrameStyle
(
0
);
m_textBrowser
->
setStyleSheet
(
"QTextEdit { background-color: transparent; }"
);
m_textBrowser
->
setHorizontalScrollBarPolicy
(
Qt
::
ScrollBarAlwaysOff
);
}
...
...
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