diff options
| author | Paul Buetow <paul.buetow@1und1.de> | 2013-06-19 17:53:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul.buetow@1und1.de> | 2013-06-19 17:53:01 +0200 |
| commit | d09bfd2a3fb0b4f5ff7d602664324d7d6f860edb (patch) | |
| tree | e3660674f66ee91b08350fb2db3187e11cbe2acb | |
| parent | 1109f84ba27b4bf4570e1ad9ed0d964a13a3a4aa (diff) | |
change standard window size
| -rw-r--r-- | lib/Loadbars/Shared.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Loadbars/Shared.pm b/lib/Loadbars/Shared.pm index 083dee9..8c71fee 100644 --- a/lib/Loadbars/Shared.pm +++ b/lib/Loadbars/Shared.pm @@ -45,8 +45,8 @@ our %I : shared; cpuaverage => 15, extended => 0, hasagent => 0, - height => 230, - maxwidth => 1250, + height => 150, + maxwidth => 600, netaverage => 15, netint => '', netlink => 'gbit', |
