diff options
Diffstat (limited to 'abs/core/linhes-theme/schedule-ui.xml.patch')
-rw-r--r-- | abs/core/linhes-theme/schedule-ui.xml.patch | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/abs/core/linhes-theme/schedule-ui.xml.patch b/abs/core/linhes-theme/schedule-ui.xml.patch new file mode 100644 index 0000000..88e643b --- /dev/null +++ b/abs/core/linhes-theme/schedule-ui.xml.patch @@ -0,0 +1,121 @@ +--- schedule-ui.xml.orig 2013-11-22 19:35:05.125862862 +0000 ++++ schedule-ui.xml 2013-11-22 19:34:04.307006412 +0000 +@@ -3225,7 +3225,7 @@ + </window> + + <window name="schedulefiltereditor"> +- <area>-1,-1,500,500</area> ++ <area>-1,-1,602,488</area> + + <animation trigger="AboutToShow"> + <section> +@@ -3242,85 +3242,85 @@ + </animation> + + <shape name="schedule-filter-editor-backdrop" from="base_popup_backdrop"> +- <area>0,0,500,500</area> ++ <area>0,0,602,488</area> + </shape> + + <shape name="schedule-filter-editor-backdrop-line" from="base_backdrop_line"> +- <area>1,1,498,498</area> ++ <area>1,1,600,486</area> + </shape> + + <shape name="schedule-filter-editor-top-line" from="base_highlight_line"> +- <area>2,2,496,2</area> ++ <area>2,2,596,2</area> + </shape> + + <shape name="schedule-filter-editor-bottom-line" from="base_highlight_line"> +- <area>2,496,496,2</area> ++ <area>2,484,596,2</area> + </shape> + + <shape name="schedule-filter-editor-left-line" from="base_highlight_vertical_line"> +- <area>2,4,2,492</area> ++ <area>2,4,2,480</area> + </shape> + + <shape name="schedule-filter-editor-right-line" from="base_highlight_vertical_line"> +- <area>496,4,2,492</area> ++ <area>598,4,2,480</area> + </shape> + + <shape name="schedule-filter-editor-seperator-first-line" from="base_line"> +- <area>23,50,454,2</area> ++ <area>23,50,552,2</area> + </shape> + + <shape name="schedule-filter-editor-seperator-second-line" from="base_line"> +- <area>23,435,454,2</area> ++ <area>23,435,552,2</area> + </shape> + + <textarea name="title_text" from="basetextarea"> +- <area>10,4,480,46</area> +- <font>basemediumlargerdarkyellow</font> ++ <area>10,4,582,46</area> ++ <font>basemediumlarger</font> + <align>allcenter</align> + <value>Schedule Filter Editor</value> + </textarea> + + <buttonlist name="filters" from="base_button_list"> +- <area>20,75,460,360</area> ++ <area>15,60,570,360</area> + <statetype name="buttonitem"> + <state name="active"> +- <area>0,0,460,40</area> ++ <area>0,0,100%,34</area> + <textarea name="buttontext"> +- <area>40,0,380,40</area> ++ <area>40,0,490,34</area> + </textarea> + <statetype name="buttoncheck"> +- <position>15,10</position> ++ <position>15,7</position> + </statetype> + </state> + <state name="selectedactive"> +- <area>0,0,460,40</area> ++ <area>0,0,100%,34</area> + <textarea name="buttontext"> +- <area>40,0,380,40</area> ++ <area>40,0,490,34</area> + </textarea> + <statetype name="buttoncheck"> +- <position>15,10</position> ++ <position>15,7</position> + </statetype> + </state> + <state name="selectedinactive"> +- <area>0,0,460,40</area> ++ <area>0,0,100%,34</area> + <textarea name="buttontext"> +- <area>40,0,380,40</area> ++ <area>40,0,490,34</area> + </textarea> + <statetype name="buttoncheck"> +- <position>15,10</position> ++ <position>15,7</position> + </statetype> + </state> + </statetype> + <statetype name="upscrollarrow"> +- <position>0,343</position> ++ <position>0,359</position> + </statetype> + <statetype name="downscrollarrow"> +- <position>20,343</position> ++ <position>20,359</position> + </statetype> + </buttonlist> + +- <button name="back" from="base_medium_button"> +- <position>75,447</position> ++ <button name="back" from="base_wide_button"> ++ <position>60,440</position> + <value>Back</value> + </button> + |