summaryrefslogtreecommitdiff
path: root/monitor_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-03 05:29:51 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-03 05:29:51 -0500
commit401ae23f24339fc1bf4faaed37b3e82d831e6d4a (patch)
treec30289ab249f4e93e287ceac126eaff15988f534 /monitor_ubx.c
parent54afc3c3e6394a6e6c42b4211d9c5f7d2908e547 (diff)
downloadgpsd-401ae23f24339fc1bf4faaed37b3e82d831e6d4a.tar.gz
Get the size of the UBX monitor window right.
Diffstat (limited to 'monitor_ubx.c')
-rw-r--r--monitor_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_ubx.c b/monitor_ubx.c
index 9dc929ca..7d1a3752 100644
--- a/monitor_ubx.c
+++ b/monitor_ubx.c
@@ -259,7 +259,7 @@ const struct monitor_object_t ubx_mmt = {
.update = ubx_update,
.command = ubx_command,
.wrap = ubx_wrap,
- .min_y = 23,.min_x = 80, /* size of the device window */
+ .min_y = 19,.min_x = 80, /* size of the device window */
.driver = &ubx_binary,
};
#endif