viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit b35f5861de4438eee7922a598f9b7d226fb4bcaa
parent add4a358527a6dba20eb9b1a7dc6734c9dd8006c
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Sun, 28 Oct 2012 16:28:47 -0600

edje: only include status line for now

Diffstat:
Msrc/default.edc | 96+++++++++++--------------------------------------------------------------------
1 file changed, 13 insertions(+), 83 deletions(-)

diff --git a/src/default.edc b/src/default.edc @@ -1,6 +1,6 @@ collections { group { - name: "viking/main"; + name: "viking/status_line"; parts { part { @@ -24,100 +24,29 @@ collections { } part { - name: "webkit"; - type: SWALLOW; - - description { - state: "default" 0.0; - min: 240 160; - align: 0.5 0.5; - } - } - - part { - name: "status_line"; - type: BOX; - - description { - state: "default" 0.0; - color: 255 0 0 255; - align: 0.0 0.0; - - box { - layout: horizontal; - align: 0.0 0.0; - } - } - - part { - name: "status_favicon"; - type: SWALLOW; - - description { - state: "default" 0.0; - max: 32 32; - align: 0.0 1.0; - } - } - - part { - name: "status_url"; - type: TEXT; - - description { - state: "default" 0.0; - color: 0 0 255 255; - text { - size: 12; - font: "monospace"; - min: 1 1; - align: 0.0 1.0; - } - } - } - } - - part { - name: "event_box"; - type: BOX; + name: "status_buffer_num"; + type: TEXT; description { state: "default" 0.0; - align: 0.0 0.0; - color: 255 0 0 255; - - box { - layout: vertical; + color: 255 255 255 255; + text { + size: 12; + font: "monospace"; + min: 1 1; align: 0.0 1.0; } } } part { - name: "input_box"; - type: SWALLOW; - - description { - state: "default" 0.0; - align: 0.0 1.0; - - } - } - } - } - - group { - name: "viking/status_line"; - - parts { - part { name: "status_favicon"; type: SWALLOW; description { state: "default" 0.0; - min: 32 32; - align: 0.5 0.5; + max: 32 32; + align: 0.0 1.0; } } @@ -127,15 +56,16 @@ collections { description { state: "default" 0.0; - color: 0 0 255 255; + color: 255 255 255 255; text { size: 12; font: "monospace"; min: 1 1; + align: 0.0 1.0; } } } + } } - }