Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
TSRh
gajim
Commits
b7261d39
Commit
b7261d39
authored
18 years ago
by
Liorithiel
Browse files
Options
Downloads
Patches
Plain Diff
Further changes to commands' dialog.
parent
0412f97e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/glade/adhoc_commands_window.glade
+16
-39
16 additions, 39 deletions
data/glade/adhoc_commands_window.glade
src/dataforms_widget.py
+1
-1
1 addition, 1 deletion
src/dataforms_widget.py
with
17 additions
and
40 deletions
data/glade/adhoc_commands_window.glade
+
16
−
39
View file @
b7261d39
...
...
@@ -664,90 +664,67 @@
</child>
<child>
<widget
class=
"GtkHBox"
id=
"hb
ox2953
"
>
<widget
class=
"GtkHB
uttonB
ox"
id=
"hb
uttonbox1
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"
homogeneous"
>
False
</property>
<property
name=
"
layout_style"
>
GTK_BUTTONBOX_END
</property>
<property
name=
"spacing"
>
0
</property>
<child>
<placeholder/>
</child>
<child>
<widget
class=
"GtkButton"
id=
"execute_button"
>
<widget
class=
"GtkButton"
id=
"back_button"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"label"
>
gtk-
execute
</property>
<property
name=
"label"
>
gtk-
go-back
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"relief"
>
GTK_RELIEF_NORMAL
</property>
<property
name=
"focus_on_click"
>
True
</property>
<signal
name=
"clicked"
handler=
"on_
execute
_button_clicked"
last_modification_time=
"Mon,
1
0
Jul
2006
16:2
4:4
2
GMT"
/>
<signal
name=
"clicked"
handler=
"on_
back
_button_clicked"
last_modification_time=
"Mon,
2
0
Nov
2006
23:0
4:4
3
GMT"
/>
</widget>
<packing>
<property
name=
"padding"
>
3
</property>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
False
</property>
<property
name=
"pack_type"
>
GTK_PACK_END
</property>
</packing>
</child>
<child>
<widget
class=
"GtkButton"
id=
"forward_button"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"label"
>
gtk-go-forward
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"relief"
>
GTK_RELIEF_NORMAL
</property>
<property
name=
"focus_on_click"
>
True
</property>
<signal
name=
"clicked"
handler=
"on_forward_button_clicked"
last_modification_time=
"Mon,
1
0
Jul
2006
16:24:47
GMT"
/>
<signal
name=
"clicked"
handler=
"on_forward_button_clicked"
last_modification_time=
"Mon,
2
0
Nov
2006
23:05:15
GMT"
/>
</widget>
<packing>
<property
name=
"padding"
>
3
</property>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
False
</property>
<property
name=
"pack_type"
>
GTK_PACK_END
</property>
</packing>
</child>
<child>
<widget
class=
"GtkButton"
id=
"
back
_button"
>
<widget
class=
"GtkButton"
id=
"
execute
_button"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"label"
>
gtk-
go-back
</property>
<property
name=
"label"
>
gtk-
execute
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"relief"
>
GTK_RELIEF_NORMAL
</property>
<property
name=
"focus_on_click"
>
True
</property>
<signal
name=
"clicked"
handler=
"on_
back
_button_clicked"
last_modification_time=
"Mon,
1
0
Jul
2006
16:24:5
0 GMT"
/>
<signal
name=
"clicked"
handler=
"on_
execute
_button_clicked"
last_modification_time=
"Mon,
2
0
Nov
2006
23:06:0
0 GMT"
/>
</widget>
<packing>
<property
name=
"padding"
>
0
</property>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
False
</property>
<property
name=
"pack_type"
>
GTK_PACK_END
</property>
</packing>
</child>
<child>
<widget
class=
"GtkButton"
id=
"close_button"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"label"
>
gtk-close
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"relief"
>
GTK_RELIEF_NORMAL
</property>
<property
name=
"focus_on_click"
>
True
</property>
<signal
name=
"clicked"
handler=
"on_close_button_clicked"
last_modification_time=
"Mon,
1
0
Jul
2006
16:24:38
GMT"
/>
<signal
name=
"clicked"
handler=
"on_close_button_clicked"
last_modification_time=
"Mon,
2
0
Nov
2006
23:06:29
GMT"
/>
</widget>
<packing>
<property
name=
"padding"
>
3
</property>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
False
</property>
<property
name=
"pack_type"
>
GTK_PACK_END
</property>
</packing>
</child>
</widget>
<packing>
<property
name=
"padding"
>
0
</property>
<property
name=
"expand"
>
False
</property>
<property
name=
"fill"
>
Fals
e
</property>
<property
name=
"fill"
>
Tru
e
</property>
</packing>
</child>
</widget>
...
...
This diff is collapsed.
Click to expand it.
src/dataforms_widget.py
+
1
−
1
View file @
b7261d39
...
...
@@ -418,7 +418,7 @@ def __init__(self, dataform):
if
commonlabel
and
field
.
label
is
not
None
:
label
=
gtk
.
Label
(
field
.
label
)
label
.
set_alignment
(
1
.0
,
0.5
)
label
.
set_alignment
(
0
.0
,
0.5
)
self
.
attach
(
label
,
0
,
1
,
linecounter
,
linecounter
+
1
,
xoptions
=
gtk
.
FILL
,
yoptions
=
gtk
.
FILL
)
...
...
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