layout: Improved UI layout looks

This commit is contained in:
Dorota Czaplejewicz
2019-09-20 17:41:35 +00:00
parent 169f33c67a
commit 94b7ba1ccc
5 changed files with 66 additions and 22 deletions

View File

@ -570,8 +570,8 @@ pub struct Button {
}
// FIXME: derive from the style/margin/padding
const BUTTON_SPACING: f64 = 4.0;
const ROW_SPACING: f64 = 7.0;
const BUTTON_SPACING: f64 = 4.67;
const ROW_SPACING: f64 = 11.33;
/// The graphical representation of a row of buttons
pub struct Row {