Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
TortoiseHg
thg-hgtk
Commits
3ef7d5cf7699
Commit
306913da
authored
Jan 17, 2011
by
Steve Borho
Browse files
fileview: give filename label stretch factor 1, prevent unnecessary wrap
parent
e2474d26eecd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/fileview.py
View file @
3ef7d5cf
...
...
@@ -120,7 +120,7 @@ class HgFileView(QFrame):
f
=
w
.
textInteractionFlags
()
w
.
setTextInteractionFlags
(
f
|
Qt
.
TextSelectableByMouse
)
w
.
linkActivated
.
connect
(
self
.
linkActivated
)
hbox
.
addWidget
(
w
)
hbox
.
addWidget
(
w
,
1
)
self
.
extralabel
=
w
=
QLabel
()
w
.
setWordWrap
(
True
)
...
...
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