diff --git a/Plot-ho-matic.cabal b/Plot-ho-matic.cabal
--- a/Plot-ho-matic.cabal
+++ b/Plot-ho-matic.cabal
@@ -1,5 +1,5 @@
 name:                Plot-ho-matic
-version:             0.4.0.1
+version:             0.4.0.2
 synopsis:            Real-time line plotter for protobuf-like data
 license:             BSD3
 license-file:        LICENSE
diff --git a/src/GraphWidget.hs b/src/GraphWidget.hs
--- a/src/GraphWidget.hs
+++ b/src/GraphWidget.hs
@@ -294,7 +294,7 @@
   -- x axis type
   xAxisTypeSelector <- Gtk.comboBoxNewText
   mapM_ (Gtk.comboBoxAppendText xAxisTypeSelector)
-    ["counter","shifted counter","time","shifted time"]
+    ["shifted counter","counter","shifted time","time"]
   Gtk.comboBoxSetActive xAxisTypeSelector 0
   xAxisTypeSelectorBox <- labeledWidget "x axis:" xAxisTypeSelector
   let updateXAxisTypeSelector = do
