[dasher: 21/217] Removed "Control" text from control box to cut down on visual clutter.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher: 21/217] Removed "Control" text from control box to cut down on visual clutter.
- Date: Sat, 27 Feb 2016 12:02:06 +0000 (UTC)
commit 093d638a7866c614efeb8087197e204926c403ae
Author: ipomoena <amajorek google com>
Date: Tue Sep 8 10:34:30 2015 -0700
Removed "Control" text from control box to cut down on visual clutter.
Src/DasherCore/ControlManager.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/DasherCore/ControlManager.cpp b/Src/DasherCore/ControlManager.cpp
index 70e18c1..3cc0bc1 100644
--- a/Src/DasherCore/ControlManager.cpp
+++ b/Src/DasherCore/ControlManager.cpp
@@ -240,7 +240,7 @@ CControlManager::CControlManager(CSettingsUser *pCreateFrom, CNodeCreationManage
: CControlParser(pInterface), CControlBase(pCreateFrom, pInterface, pNCManager),
CSettingsObserver(pCreateFrom), m_pSpeech(NULL), m_pCopy(NULL) {
//TODO, used to be able to change label+colour of root/pause/stop from controllabels.xml
// (or, get the root node title "control" from the alphabet!)
- SetRootTemplate(new NodeTemplate("Control",8)); //default NodeTemplate does nothing
+ SetRootTemplate(new NodeTemplate("",8)); //default NodeTemplate does nothing
GetRootTemplate()->successors.push_back(NULL);
m_pPause = new Pause("Pause",241);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]