Mageia Bugzilla – Attachment 9438 Details for
Bug 20624
Hidden buttons in the Installer gui - UI elements and fonts are too big for screen resolution
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Patch to centre adverts
centre-adverts.diff (text/plain), 637 bytes, created by
Martin Whitaker
on 2017-06-21 22:25:10 CEST
(
hide
)
Description:
Patch to centre adverts
Filename:
MIME Type:
Creator:
Martin Whitaker
Created:
2017-06-21 22:25:10 CEST
Size:
637 bytes
patch
obsolete
>diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm >index eb4e42c77..01f341c1f 100644 >--- a/perl-install/install/steps_gtk.pm >+++ b/perl-install/install/steps_gtk.pm >@@ -593,7 +593,7 @@ sub installPackages { > my $rel_notes = gtknew('Button', text => N("Release Notes"), > clicked => sub { $show_release_notes = 1 }); > >- ugtk3::gtkadd($w->{window}, my $box = gtknew('VBox', children_tight => [ >+ ugtk3::gtkadd($w->{window}, my $box = gtknew('VBox', children_centered => [ > gtknew('Image', file_ref => \$advertising_image, show_ref => \$show_advertising), > ])); >
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index eb4e42c77..01f341c1f 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -593,7 +593,7 @@ sub installPackages { my $rel_notes = gtknew('Button', text => N("Release Notes"), clicked => sub { $show_release_notes = 1 }); - ugtk3::gtkadd($w->{window}, my $box = gtknew('VBox', children_tight => [ + ugtk3::gtkadd($w->{window}, my $box = gtknew('VBox', children_centered => [ gtknew('Image', file_ref => \$advertising_image, show_ref => \$show_advertising), ]));
View Attachment As Raw
Actions:
View
Attachments on
bug 20624
:
9183
|
9194
|
9195
|
9270
|
9271
|
9272
| 9438