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 testsmaster
parent
2116005c74
commit
997a4331b3
|
@ -178,7 +178,10 @@ handle query => sub {
|
|||
subtitle => "Convert Timezone: $input_string"
|
||||
},
|
||||
templates => {
|
||||
group => 'text'
|
||||
group => 'text',
|
||||
options => {
|
||||
moreAt => 0,
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
@ -18,7 +18,10 @@ sub build_test {
|
|||
subtitle => "Convert Timezone: $input"
|
||||
},
|
||||
templates => {
|
||||
group => 'text'
|
||||
group => 'text',
|
||||
options => {
|
||||
moreAt => 0,
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue