Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Hörist
gajim
Commits
c8619dbb
Commit
c8619dbb
authored
Jun 29, 2017
by
Philipp Hörist
Browse files
test
parent
7a6d7bae
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
data/gui/groupchat_control.ui
View file @
c8619dbb
This diff is collapsed.
Click to expand it.
data/style/gajim.css
View file @
c8619dbb
...
...
@@ -4,4 +4,15 @@
#ChatControl-AuthenticationButton
{
padding-top
:
0px
;
padding-bottom
:
0px
}
/* VCardWindow */
.VCard-GtkLinkButton
{
padding-left
:
5px
;
border-left
:
none
;
}
\ No newline at end of file
.VCard-GtkLinkButton
{
padding-left
:
5px
;
border-left
:
none
;
}
paned
{
-GtkPaned-handle-size
:
0
}
paned
>
separator
{
-GtkPaned-handle-size
:
0
;
margin-left
:
0px
;
padding-left
:
0px
;
min-width
:
0px
;
min-height
:
0px
;
border-style
:
none
;
background-color
:
transparent
;
}
paned
.horizontal
>
separator
:dir
(
ltr
)
{
-GtkPaned-handle-size
:
0
;
margin
:
0
0
0
0
;
padding
:
0
0
0
0
;
background-position
:
left
;
}
paned
.horizontal
>
separator
:dir
(
rtl
)
{
-GtkPaned-handle-size
:
0
;
margin
:
0
0
0
0
;
padding
:
0
0
0
0
;
background-position
:
right
;
}
#conversation_scrolledwindow
{
border
:
none
;
}
#rosterscrolledwindow
{
border-top
:
none
;
border-right
:
none
;
border-bottom
:
none
;}
\ No newline at end of file
src/message_window.py
View file @
c8619dbb
...
...
@@ -1014,6 +1014,7 @@ def _resize_window(self, win, acct, type_):
# Need to add the size of the now visible paned handle, otherwise
# the saved width of the message window decreases by this amount
handle_size
=
win
.
parent_paned
.
style_get_property
(
'handle-size'
)
print
(
handle_size
)
size
=
(
hpaned
+
size
[
0
]
+
handle_size
,
size
[
1
])
elif
self
.
mode
==
self
.
ONE_MSG_WINDOW_PERACCT
:
size
=
(
gajim
.
config
.
get_per
(
'accounts'
,
acct
,
'msgwin-width'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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