projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d0d9d
)
Anpassung neue Menu Layout
author
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 3 Nov 2005 10:20:57 +0000
(10:20 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 3 Nov 2005 10:20:57 +0000
(10:20 +0000)
bin/mozilla/menunew.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/menunew.pl
b/bin/mozilla/menunew.pl
index
4aaa701
..
64a1f58
100644
(file)
--- a/
bin/mozilla/menunew.pl
+++ b/
bin/mozilla/menunew.pl
@@
-419,7
+419,7
@@
sub section_menu {
$pm++;
%mlz = ($ml, $pm, "s$ml", 1);
$sm = 1;
- $breit =
20 + length($label) * 7
;
+ $breit =
15 + length($label) * 6
;
print
qq|menu[0][$mm] = new Item(' $label', '#', '', $breit, 10, $pm); \n|;
print qq|menu[$pm] = new Array();\n|;