diff --git a/mp.cabal b/mp.cabal
--- a/mp.cabal
+++ b/mp.cabal
@@ -1,5 +1,5 @@
 name:               mp
-version:            1.2.0
+version:            1.3.0
 cabal-version:      >=1.22
 build-type:         Simple
 author:             Piotr Borek <piotrborek@op.pl>
@@ -9,7 +9,7 @@
 synopsis:           Music player for linux.
 description:        Music player for linux.
 category:           Sound
-homepage:           http://bitbucket.org/borekpiotr/linux-music-player
+homepage:           https://github.com/piotrborek/mp
 
 data-files:
     stack.yaml
@@ -51,7 +51,7 @@
         containers         (>= 0.5 && < 0.7),
         template-haskell   (>= 2.11 && < 2.17),
         unix               (>= 2.7 && < 2.8),
-        simple-ui          == 0.2.*
+        simple-ui          == 0.3.*
 
     other-modules:
         Mp.UI.Main
diff --git a/src/Mp/UI/QueuePage.hs b/src/Mp/UI/QueuePage.hs
--- a/src/Mp/UI/QueuePage.hs
+++ b/src/Mp/UI/QueuePage.hs
@@ -96,6 +96,9 @@
 
     getColors queue >>= setColors textListView
 
+    on_ queue widgetInitialized $ do
+        centerQueue mpData textListView
+
     on_ queue keyPressed $ \key _ ->
         case key of
             Vty.KChar 'p' -> catchIgnoreAll $ do
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -10,7 +10,7 @@
 - haskell-gi-overloading-0.0
 - daemons-0.3.0
 - clock-0.8.2
-- simple-ui-0.2.0
+- simple-ui-0.3.0
 - ConfigFile-1.1.4
 flags: {}
 extra-package-dbs: []
