Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joao Oliveira
Okular
Commits
53abd1a5
Commit
53abd1a5
authored
Jan 01, 2008
by
Pino Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide the "draw border around images" option, as it's not working yet
svn path=/trunk/KDE/kdegraphics/okular/; revision=755305
parent
327ec1cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
conf/dlgaccessibility.cpp
conf/dlgaccessibility.cpp
+3
-0
No files found.
conf/dlgaccessibility.cpp
View file @
53abd1a5
...
...
@@ -17,6 +17,9 @@ DlgAccessibility::DlgAccessibility( QWidget * parent )
m_dlg
=
new
Ui_DlgAccessibilityBase
();
m_dlg
->
setupUi
(
this
);
// ### not working yet, hide for now
m_dlg
->
kcfg_HighlightImages
->
hide
();
m_color_pages
.
append
(
m_dlg
->
page_invert
);
m_color_pages
.
append
(
m_dlg
->
page_paperColor
);
m_color_pages
.
append
(
m_dlg
->
page_darkLight
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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