Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kulya
vmj-qt
Commits
0226c6cf
Commit
0226c6cf
authored
Aug 07, 2013
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unused control
parent
8e9d663a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
preferences.py
blink/preferences.py
+0
-2
No files found.
blink/preferences.py
View file @
0226c6cf
...
...
@@ -300,8 +300,6 @@ class PreferencesWindow(base_class, ui_class):
self
.
tail_length_slider
.
hide
()
self
.
tail_length_value_label
.
hide
()
#self.rename_account_button.hide() # do not use this for the time being -Dan
self
.
section_group
=
QActionGroup
(
self
)
self
.
section_group
.
setExclusive
(
True
)
for
index
,
action
in
enumerate
(
action
for
action
in
self
.
toolbar
.
actions
()
if
not
action
.
isSeparator
()):
...
...
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