Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/container.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/container.cc b/src/ui/container.cc
index 915ec98..6705c62 100644
--- a/src/ui/container.cc
+++ b/src/ui/container.cc
@@ -16,8 +16,6 @@ namespace ui
Container::Container(Widget *parent) : Window(parent)
{
set_label("container");
- set_border(false);
-
set_border(true);
set_background(true);
}