diff options
Diffstat (limited to 'src/gui/table.cpp')
-rw-r--r-- | src/gui/table.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/table.cpp b/src/gui/table.cpp index ec5b0480..4dda9246 100644 --- a/src/gui/table.cpp +++ b/src/gui/table.cpp @@ -30,7 +30,7 @@ #include "../utils/dtor.h" -float GuiTable::mAlpha = config.getValue("guialpha", 0.8); +float GuiTable::mAlpha = 1.0; class GuiTableActionListener : public gcn::ActionListener { |