summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/desktop.cpp')
-rw-r--r--src/gui/widgets/desktop.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/widgets/desktop.cpp b/src/gui/widgets/desktop.cpp
index 8e8831a49..8504e7c2a 100644
--- a/src/gui/widgets/desktop.cpp
+++ b/src/gui/widgets/desktop.cpp
@@ -40,7 +40,7 @@ Desktop::Desktop(const Widget2 *const widget) :
LinkHandler(),
WidgetListener(),
mWallpaper(nullptr),
- mVersionLabel(new BrowserBox(this, BrowserBox::AUTO_WRAP, true,
+ mVersionLabel(new BrowserBox(this, BrowserBox::AUTO_WRAP, false,
"browserbox.xml")),
mSkin(nullptr),
mBackgroundColor(getThemeColor(Theme::BACKGROUND, 128)),
@@ -144,10 +144,6 @@ void Desktop::draw(Graphics *graphics)
graphics->fillRectangle(Rect(0, 0, width, height));
}
- // Draw a thin border under the application version...
- graphics->setColor(mBackgroundColor);
- graphics->fillRectangle(Rect(mVersionLabel->getDimension()));
-
Container::draw(graphics);
BLOCK_END("Desktop::draw")
}