Mageia Bugzilla – Attachment 9184 Details for
Bug 19196
When a small number of upgrades can be installed after finishing install, the buttons are not visible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
ie something like this
center.diff (text/plain), 510 bytes, created by
Thierry Vignaud
on 2017-04-04 11:53:09 CEST
(
hide
)
Description:
ie something like this
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-04-04 11:53:09 CEST
Size:
510 bytes
patch
obsolete
>diff --git a/gurpm/RPMProgressDialog.pm b/gurpm/RPMProgressDialog.pm >index bd7358d..1a2aad3 100644 >--- a/gurpm/RPMProgressDialog.pm >+++ b/gurpm/RPMProgressDialog.pm >@@ -77,7 +77,7 @@ sub new { > $w->set_border_width(12); > $w->set_title($w->title); > $w->signal_connect(destroy => $o_quit) if $o_quit; >- $w->set_position('center'); >+ $w->set_position('center_always'); > $w->set_default_size($progressbar_size, 60); > # for matchbox window manager during install: > if (!$o_no_modal) {
diff --git a/gurpm/RPMProgressDialog.pm b/gurpm/RPMProgressDialog.pm index bd7358d..1a2aad3 100644 --- a/gurpm/RPMProgressDialog.pm +++ b/gurpm/RPMProgressDialog.pm @@ -77,7 +77,7 @@ sub new { $w->set_border_width(12); $w->set_title($w->title); $w->signal_connect(destroy => $o_quit) if $o_quit; - $w->set_position('center'); + $w->set_position('center_always'); $w->set_default_size($progressbar_size, 60); # for matchbox window manager during install: if (!$o_no_modal) {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19196
:
8345
| 9184 |
9292
|
9436
|
9469