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
efed762e
Commit
efed762e
authored
Jan 15, 2014
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed redundant border-style statement from style declarations
parent
8a2fef34
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
sessions.py
blink/sessions.py
+1
-1
chat_widget.ui
resources/chat_widget.ui
+1
-2
chat_window.ui
resources/chat_window.ui
+1
-2
No files found.
blink/sessions.py
View file @
efed762e
...
@@ -2625,7 +2625,7 @@ class ChatSessionListView(QListView):
...
@@ -2625,7 +2625,7 @@ class ChatSessionListView(QListView):
self
.
setDragDropMode
(
QListView
.
DropOnly
)
self
.
setDragDropMode
(
QListView
.
DropOnly
)
self
.
setSelectionMode
(
QListView
.
SingleSelection
)
# default
self
.
setSelectionMode
(
QListView
.
SingleSelection
)
# default
self
.
setStyleSheet
(
"""QListView { border: 1px
solid palette(dark); border-style: inset
; border-radius: 3px; }"""
)
self
.
setStyleSheet
(
"""QListView { border: 1px
inset palette(dark)
; border-radius: 3px; }"""
)
self
.
animation
=
QPropertyAnimation
(
self
,
'geometry'
)
self
.
animation
=
QPropertyAnimation
(
self
,
'geometry'
)
self
.
animation
.
setDuration
(
250
)
self
.
animation
.
setDuration
(
250
)
self
.
animation
.
setEasingCurve
(
QEasingCurve
.
Linear
)
self
.
animation
.
setEasingCurve
(
QEasingCurve
.
Linear
)
...
...
resources/chat_widget.ui
View file @
efed762e
...
@@ -56,8 +56,7 @@
...
@@ -56,8 +56,7 @@
<property
name=
"styleSheet"
>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
QTextEdit {
<string
notr=
"true"
>
QTextEdit {
margin: 4px 5px 4px 5px;
margin: 4px 5px 4px 5px;
border: 1px solid palette(dark);
border: 1px inset palette(dark);
border-style: inset;
border-radius: 3px;
border-radius: 3px;
}
}
</string>
</string>
...
...
resources/chat_window.ui
View file @
efed762e
...
@@ -787,8 +787,7 @@ noQTabBar::tab:selected { background: palette(light); }
...
@@ -787,8 +787,7 @@ noQTabBar::tab:selected { background: palette(light); }
<property
name=
"styleSheet"
>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
QTextEdit {
<string
notr=
"true"
>
QTextEdit {
margin: 4px 5px 4px 5px;
margin: 4px 5px 4px 5px;
border: 1px solid palette(dark);
border: 1px inset palette(dark);
border-style: inset;
border-radius: 3px;
border-radius: 3px;
}
}
</string>
</string>
...
...
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