diff --git a/data/themes/default.edc b/data/themes/default.edc index cb237ba7e..0be151e78 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -39882,151 +39882,6 @@ CONNMAN_ICON(ethernet) ///////////////////////////////////////////////////////////////////////////// /*** MOD: CONF_RANDR ***/ - group - { - name: "e/conf/randr/main/window"; - images - { - image: "dia_grad.png" COMP; - image: "dia_topshad.png" COMP; - image: "dia_botshad.png" COMP; - image: "menu_sep.png" COMP; - } - parts - { - part - { - name: "base"; - type: IMAGE; - mouse_events: 0; - description - { - state: "default" 0.0; - color_class: "dialog_base"; - image.normal: "dia_grad.png"; - fill - { - smooth: 0; - size - { - relative: 0.0 1.0; - offset: 64 0; - } - } - } - } - part - { - name: "shadow"; - type: IMAGE; - mouse_events: 0; - description - { - state: "default" 0.0; - rel2 - { - relative: 1.0 0.0; - offset: -1 31; - } - image.normal: "dia_topshad.png"; - fill - { - smooth: 0; - size - { - relative: 0.0 1.0; - offset: 64 0; - } - } - } - } - part - { - name: "shadow2"; - type: IMAGE; - mouse_events: 0; - description - { - state: "default" 0.0; - rel1 - { - relative: 0.0 1.0; - offset: 0 -4; - } - image.normal: "dia_botshad.png"; - fill - { - smooth: 0; - size - { - relative: 0.0 1.0; - offset: 64 0; - } - } - } - } - part - { - name: "e.swallow.content"; - type: SWALLOW; - description - { - state: "default" 0.0; - align: 0.5 0.0; - min: 100 100; - rel1.offset: 2 2; - rel2 - { - relative: 1.0 0.0; - offset: -3 -5; - to_y: "e.swallow.button"; - } - } - } - part - { - name: "separator"; - type: IMAGE; - mouse_events: 0; - description - { - state: "default" 0.0; - min: 16 2; - rel1 - { - relative: 0.0 1.0; - offset: 4 -1; - to_y: "e.swallow.content"; - } - rel2 - { - offset: -5 0; - to_y: "e.swallow.content"; - } - image - { - normal: "menu_sep.png"; - border: 2 2 0 0; - } - fill.smooth: 0; - } - } - part - { - name: "e.swallow.button"; - type: SWALLOW; - description - { - state: "default" 0.0; - align: 0.5 1.0; - fixed: 1 1; - rel1.relative: 0.5 1.0; - rel2.relative: 0.5 1.0; - } - } - } - } - group { name: "e/conf/randr/main/monitor";