Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain DEP.
gajim
Commits
22a6f997
Commit
22a6f997
authored
Dec 29, 2020
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Profile: Add default size for TextViews
parent
1b803624
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/gtk/vcard_grid.py
gajim/gtk/vcard_grid.py
+1
-1
No files found.
gajim/gtk/vcard_grid.py
View file @
22a6f997
...
...
@@ -660,7 +660,7 @@ def __init__(self, prop, _account):
Gtk
.
PolicyType
.
AUTOMATIC
)
self
.
_scrolled_window
.
add
(
self
.
_value_text_view
)
self
.
_scrolled_window
.
set_valign
(
Gtk
.
Align
.
CENTER
)
self
.
_scrolled_window
.
set_size_request
(
-
1
,
200
)
self
.
_scrolled_window
.
set_size_request
(
350
,
200
)
self
.
_scrolled_window
.
get_style_context
().
add_class
(
'profile-scrolled'
)
self
.
_copy_button
=
Gtk
.
Button
.
new_from_icon_name
(
'edit-copy-symbolic'
,
...
...
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