Mageia Bugzilla – Attachment 9096 Details for
Bug 20360
"Done" button off-screen when custom partitioning, the partitioning screen also overlaps the left panel.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
do not make all action buttons the same size
0002-do-not-make-all-action-buttons-the-same-size.patch (text/plain), 1.12 KB, created by
Thierry Vignaud
on 2017-03-15 07:52:29 CET
(
hide
)
Description:
do not make all action buttons the same size
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2017-03-15 07:52:29 CET
Size:
1.12 KB
patch
obsolete
>From f403ed90d1484d1363aa62b41ddc9127132e752c Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Wed, 15 Mar 2017 07:51:11 +0100 >Subject: [PATCH 2/2] do not make all action buttons the same size > >Thus fixing too big translations that make the partition window to be >too big (mga#20360) >This was a side effect of commit 947ab9bb0fb06611b5bd54465f98545ff175afb2 >--- > perl-install/diskdrake/hd_gtk.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm >index 6c75428..9cf6919 100644 >--- a/perl-install/diskdrake/hd_gtk.pm >+++ b/perl-install/diskdrake/hd_gtk.pm >@@ -76,7 +76,7 @@ sub main { > width => mygtk3::get_label_width() > ), > 1, (my $notebook_widget = Gtk3::Notebook->new), >- 0, (my $per_kind_action_box = gtknew('HButtonBox', layout => 'edge')), >+ 0, (my $per_kind_action_box = gtknew('HButtonBox', layout => 'edge', homogenous => 0)), > 0, Gtk3::HSeparator->new, > 0, (my $general_action_box = gtknew('HBox', spacing => 5)), > ), >-- >2.9.3 >
From f403ed90d1484d1363aa62b41ddc9127132e752c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Wed, 15 Mar 2017 07:51:11 +0100 Subject: [PATCH 2/2] do not make all action buttons the same size Thus fixing too big translations that make the partition window to be too big (mga#20360) This was a side effect of commit 947ab9bb0fb06611b5bd54465f98545ff175afb2 --- perl-install/diskdrake/hd_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 6c75428..9cf6919 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -76,7 +76,7 @@ sub main { width => mygtk3::get_label_width() ), 1, (my $notebook_widget = Gtk3::Notebook->new), - 0, (my $per_kind_action_box = gtknew('HButtonBox', layout => 'edge')), + 0, (my $per_kind_action_box = gtknew('HButtonBox', layout => 'edge', homogenous => 0)), 0, Gtk3::HSeparator->new, 0, (my $general_action_box = gtknew('HBox', spacing => 5)), ), -- 2.9.3
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20360
:
8993
|
8996
|
9094
|
9095
| 9096 |
9097
|
9101