aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2015-01-20 23:37:38 +0100
committerTristan Darricau <github@nicofuma.fr>2015-01-20 23:37:38 +0100
commitf8c34403445fade6dd80e7edab1d7d2b3f5b4662 (patch)
tree56a5cff03f7a153a405064264e738231132d9df4 /phpBB/common.php
parentb566686b5161e699f8376b0463960a9ffb3812b6 (diff)
parentd1bff80dd1a1edb69d71cee0363f013c21eb36a6 (diff)
downloadforums-f8c34403445fade6dd80e7edab1d7d2b3f5b4662.tar
forums-f8c34403445fade6dd80e7edab1d7d2b3f5b4662.tar.gz
forums-f8c34403445fade6dd80e7edab1d7d2b3f5b4662.tar.bz2
forums-f8c34403445fade6dd80e7edab1d7d2b3f5b4662.tar.xz
forums-f8c34403445fade6dd80e7edab1d7d2b3f5b4662.zip
Merge pull request #3313 from nickvergessen/ticket/13528
[ticket/13528] Return correct translation instead of is_set() * nickvergessen/ticket/13528: [ticket/13528] Return correct translation instead of is_set()
Diffstat (limited to 'phpBB/common.php')
0 files changed, 0 insertions, 0 deletions
/option>
authorPascal Rigaux <pixel@mandriva.com>2005-08-29 17:00:17 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-29 17:00:17 +0000
commit3840e85bb93e5b762ae09a14f73ddb317c4c9088 (patch)
tree30aea23cd418479acc0728e5f4f0d32cf78c7456 /perl-install
parent981ebc92e547b9ec50988d5bed97bd217e8d1d60 (diff)
downloaddrakx-3840e85bb93e5b762ae09a14f73ddb317c4c9088.tar
drakx-3840e85bb93e5b762ae09a14f73ddb317c4c9088.tar.gz
drakx-3840e85bb93e5b762ae09a14f73ddb317c4c9088.tar.bz2
drakx-3840e85bb93e5b762ae09a14f73ddb317c4c9088.tar.xz
drakx-3840e85bb93e5b762ae09a14f73ddb317c4c9088.zip
smaller banner during install (as required by warly & helene)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 157660561..add6a2ca4 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1545,7 +1545,7 @@ sub new {
my $darea = Gtk2::DrawingArea->new;
$darea->set_name('Banner') if $::isInstall;
- my $d_height = $::isInstall ? 55 : 75;
+ my $d_height = $::isInstall ? 45 : 75;
$darea->set_size_request(-1, $d_height);
$darea->modify_font(Gtk2::Pango::FontDescription->from_string("Sans Bold 14"));
$darea->{icon} = ugtk2::gtkcreate_pixbuf($icon);