Make light style more vertically symmetrical
This commit is contained in:
parent
d4c3fcd1e1
commit
eb5c7bdb66
|
@ -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);
|
||||
});
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue