file_browser: adjust refresh button position.

This commit is contained in:
Hermet Park 2016-05-02 22:55:33 +09:00
parent 037f9d4283
commit d5a3c29f36
1 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,8 @@ group { "workspace";
spacer { "title_base";
scale: 1.0;
desc { "default";
min: 186 22;
max: 186 22;
min: 0 22;
max: 999999 22;
align: 0.0 0.0;
fixed: 1 1;
}
@ -46,6 +46,7 @@ group { "workspace";
relative: 1.0 0.0;
}
rel2.to: "title_base";
rel2.offset: -2 -1;
min: 22 0;
max: 22 -1;
align: 1.0 0.5;
@ -79,4 +80,4 @@ group { "workspace";
}
}
}
}
}