Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gajim-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evert Mouw
gajim-plugins
Commits
d2802200
Commit
d2802200
authored
13 years ago
by
Dicson
Browse files
Options
Downloads
Patches
Plain Diff
image,juick. change buttons size
parent
d050b414
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
image/image.py
+1
-1
1 addition, 1 deletion
image/image.py
image/manifest.ini
+1
-1
1 addition, 1 deletion
image/manifest.ini
juick/manifest.ini
+1
-1
1 addition, 1 deletion
juick/manifest.ini
juick/plugin.py
+2
-2
2 additions, 2 deletions
juick/plugin.py
with
5 additions
and
5 deletions
image/image.py
+
1
−
1
View file @
d2802200
...
...
@@ -62,7 +62,7 @@ class Base(object):
self
.
button
.
set_property
(
'
relief
'
,
gtk
.
RELIEF_NONE
)
self
.
button
.
set_property
(
'
can-focus
'
,
False
)
img
=
gtk
.
Image
()
img
.
set_from_stock
(
'
gtk-orientation-portrait
'
,
gtk
.
ICON_SIZE_
BUTTON
)
img
.
set_from_stock
(
'
gtk-orientation-portrait
'
,
gtk
.
ICON_SIZE_
MENU
)
self
.
button
.
set_image
(
img
)
self
.
button
.
set_tooltip_text
(
'
Send image
'
)
send_button
=
chat_control
.
xml
.
get_object
(
'
send_button
'
)
...
...
This diff is collapsed.
Click to expand it.
image/manifest.ini
+
1
−
1
View file @
d2802200
[info]
name:
Image
short_name:
image
version:
0.
1
version:
0.
2
description:
This
plugin
is
designed
to
send
a
small(0
-
40
kb)
graphic
image
to
your
contact.
Client
on
the
other
side
must
support
XEP-0071:
XHTML-IM
and
maintain
the
scheme
data:
URI.
Psi+
and
Jabbim
supported
this.
...
...
This diff is collapsed.
Click to expand it.
juick/manifest.ini
+
1
−
1
View file @
d2802200
[info]
name:
Juick
short_name:
Juick
version:
0.
7
version:
0.
8
description:
Clickable
juick
links
,
juick
nics,
preview
juick
picturs.
The
key
combination
alt
+
up
in
the
textbox
allow
insert
the
number
of
last
message
(comment
or
topic).
authors:
Denis
Fomin
<fominde@gmail.com>
...
...
This diff is collapsed.
Click to expand it.
juick/plugin.py
+
2
−
2
View file @
d2802200
...
...
@@ -171,7 +171,7 @@ class Base(object):
factory
=
gtk
.
IconFactory
()
factory
.
add
(
'
juick
'
,
iconset
)
factory
.
add_default
()
img
.
set_from_stock
(
'
juick
'
,
gtk
.
ICON_SIZE_
BUTTON
)
img
.
set_from_stock
(
'
juick
'
,
gtk
.
ICON_SIZE_
MENU
)
self
.
button
.
set_image
(
img
)
self
.
button
.
set_tooltip_text
(
_
(
'
Juick commands
'
))
send_button
=
self
.
chat_control
.
xml
.
get_object
(
'
send_button
'
)
...
...
@@ -192,7 +192,7 @@ class Base(object):
iconset
=
gtk
.
IconSet
(
pixbuf
=
pixbuf
)
factory
.
add
(
'
juick_tag
'
,
iconset
)
factory
.
add_default
()
img
.
set_from_stock
(
'
juick_tag
'
,
gtk
.
ICON_SIZE_
BUTTON
)
img
.
set_from_stock
(
'
juick_tag
'
,
gtk
.
ICON_SIZE_
MENU
)
self
.
tag_button
.
set_image
(
img
)
actions_hbox
.
add_with_properties
(
self
.
tag_button
,
'
position
'
,
send_button_pos
-
1
,
'
expand
'
,
False
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment