Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
54c872e3
Commit
54c872e3
authored
Sep 13, 2011
by
shibakaneki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed a piece of code
parent
f1d17b1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
UBLibNavigatorWidget.cpp
src/gui/UBLibNavigatorWidget.cpp
+0
-1
No files found.
src/gui/UBLibNavigatorWidget.cpp
View file @
54c872e3
...
...
@@ -50,7 +50,6 @@ UBLibNavigatorWidget::UBLibNavigatorWidget(QWidget *parent, const char *name):QW
mSlider
=
new
QSlider
(
Qt
::
Horizontal
,
this
);
mSlider
->
setMinimumHeight
(
20
);
mSlider
->
setStyleSheet
(
QString
(
"QSlider::handle::horizontal{background-color:#EEEEEE; margin-top:-5px; margin-bottom:-5px; height:20px; width:18px; border-radius:10px; border:1px solid #555555;} QSlider::groove::horizontal{background-color:#999999; height:10px; border-radius:5px; border:1px solid #555555;}"
));
mSlider
->
setRange
(
lowBoundForSlider
,
topBoundForSlider
);
mSliderWidthSetting
=
new
UBSetting
(
UBSettings
::
settings
(),
"Library"
,
"LibWidgetWidth"
,
topBoundForSlider
);
int
defaultWidth
=
mSliderWidthSetting
->
get
().
toInt
();
...
...
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