ECDB can scale now... Too bad it looks like crap with the current theme.

This commit is contained in:
Jaime Thomas
2009-01-16 03:30:54 +00:00
parent 8c9d88ff62
commit a4ef973a31
11 changed files with 39 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ group {
parts {
part {
name: "entry";
scale: 1;
description {
state: "default" 0.0;
@@ -36,6 +37,7 @@ group {
part {
name: "entry_focus";
scale: 1;
description {
state: "default" 0.0;
@@ -63,6 +65,7 @@ group {
name: "ecdb.text";
type: TEXTBLOCK;
mouse_events: 1;
scale: 1;
entry_mode: EDITABLE;
multiline: 0;
source2: "entry/selection/default";