changed menu.shape to menu.roundCorners
This commit is contained in:
parent
af1d8d9a8a
commit
55f4857ea9
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: FbWinFrameTheme.cc,v 1.5 2003/07/10 11:38:12 fluxgen Exp $
|
||||
// $Id: FbWinFrameTheme.cc,v 1.6 2003/07/10 14:17:18 fluxgen Exp $
|
||||
|
||||
#include "FbWinFrameTheme.hh"
|
||||
#include "App.hh"
|
||||
|
@ -57,7 +57,7 @@ FbWinFrameTheme::FbWinFrameTheme(int screen_num):
|
|||
|
||||
m_font(*this, "window.font", "Window.Font"),
|
||||
m_textjustify(*this, "window.justify", "Window.Justify"),
|
||||
m_shape_place(*this, "window.shape", "Window.Shape") {
|
||||
m_shape_place(*this, "window.roundCorners", "Window.RoundCorners") {
|
||||
|
||||
// create GCs
|
||||
Display *disp = FbTk::App::instance()->display();
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: MenuTheme.cc,v 1.1 2003/07/10 11:52:47 fluxgen Exp $
|
||||
// $Id: MenuTheme.cc,v 1.2 2003/07/10 14:16:11 fluxgen Exp $
|
||||
|
||||
#include "MenuTheme.hh"
|
||||
#include "StringUtil.hh"
|
||||
|
@ -51,6 +51,6 @@ void FbTk::ThemeItem<Shape::ShapePlace>::setFromString(const char *str) {
|
|||
}
|
||||
|
||||
MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num),
|
||||
m_shapeplace(*this, "menu.shape", "Menu.Shape") {
|
||||
m_shapeplace(*this, "menu.roundCorners", "Menu.RoundCorners") {
|
||||
*m_shapeplace = Shape::NONE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue