edge bindings setup dialog slider no longer clips out of the bottom of the dialog

SVN revision: 76782
This commit is contained in:
Mike Blumenkrantz 2012-09-18 07:33:17 +00:00
parent b7cff28128
commit 3a5f825a98
1 changed files with 4 additions and 4 deletions

View File

@ -9307,7 +9307,7 @@ CONNMAN_ICON(ethernet)
} }
rel2 { rel2 {
relative: 1 1; relative: 1 1;
offset: -5 30; offset: -5 24;
to_y: "e.text.description"; to_y: "e.text.description";
} }
} }
@ -9319,13 +9319,13 @@ CONNMAN_ICON(ethernet)
state: "default" 0.0; state: "default" 0.0;
rel1 { rel1 {
relative: 1 1; relative: 1 1;
offset: 5 2; offset: 5 1;
to_x: "e.swallow.background"; to_x: "e.edge.bottom_right";
to_y: "e.swallow.check"; to_y: "e.swallow.check";
} }
rel2 { rel2 {
relative: 1 1; relative: 1 1;
offset: -5 10; offset: -5 -1;
} }
} }
} }