TimezoneConverter: Remove moreAt so that there's no extra space at the bottom of the IA (#3525)

* Remove moreAt so that there's no extra space at the bottom of the IA

* Update tests
master
Jag Talon 2017-03-07 16:59:31 -05:00 committed by Rob Emery
parent 2116005c74
commit 997a4331b3
2 changed files with 8 additions and 2 deletions

View File

@ -178,7 +178,10 @@ handle query => sub {
subtitle => "Convert Timezone: $input_string"
},
templates => {
group => 'text'
group => 'text',
options => {
moreAt => 0,
}
}
};
};

View File

@ -18,7 +18,10 @@ sub build_test {
subtitle => "Convert Timezone: $input"
},
templates => {
group => 'text'
group => 'text',
options => {
moreAt => 0,
}
}
});
}