Make light style more vertically symmetrical

This commit is contained in:
Neale Pickett 2016-06-03 10:03:10 -06:00
parent d4c3fcd1e1
commit eb5c7bdb66
2 changed files with 1 additions and 2 deletions

View File

@ -23,6 +23,5 @@ Pebble.addEventListener("webviewclosed", function(e) {
console.log("configuration closed");
// webview closed
var options = JSON.parse(decodeURIComponent(e.response));
options["int-style"] = Number(options["int-style"]);
Pebble.sendAppMessage(options, appMessageAck, appMessageNak);
});

View File

@ -137,7 +137,7 @@ static void set_configurables() {
switch (settings_get_int32(KEY_STYLE)) {
case 1: // Thin style
HAND_IN = 45;
BORDER_WIDTH_BASE = 12;
BORDER_WIDTH_BASE = 10;
MINUTE_WIDTH = 10;
HOUR_WIDTH = 12;
text_layer_set_font(s_day_label, fonts_get_system_font(FONT_KEY_GOTHIC_14_BOLD));