Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
colonelpanic8 committed May 20, 2018
1 parent 6f81453 commit 4f0023c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gtk-strut
version: 0.1.2.0
version: 0.1.2.1
github: "IvanMalison/gtk-strut"
license: BSD3
author: "Ivan Malison"
Expand Down
2 changes: 1 addition & 1 deletion src/Graphics/UI/GIGtkStrut.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Control.Monad.Trans.Class
import Control.Monad.Trans.Maybe
import Data.Int
import Data.Maybe
import Data.Ratio
import qualified Data.Text as T
import qualified GI.Gdk as Gdk
import qualified GI.Gtk as Gtk
Expand Down Expand Up @@ -147,6 +146,7 @@ setupStrutWindow StrutConfig

void $ Gtk.onWidgetRealize window setStrutProperties

allHints :: [Gdk.WindowHints]
allHints =
[ Gdk.WindowHintsMinSize
, Gdk.WindowHintsMaxSize
Expand Down

0 comments on commit 4f0023c

Please sign in to comment.