Skip to content

Commit

Permalink
#114: fixes toolbar display on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Nov 1, 2022
1 parent 75dbb4e commit d6c61f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class OpsToolBar(pathAsString: String, addFilterFn: Filter => Unit)
//setStyle(SearchToolBar.BackgroundSelectedStyle)
setStyle("""-fx-padding: 0px 0px 0px 4px;""")

val width = OsUtil.osFun(510, 510, 512) // different layouts (may be dependent on font size renderings?)
val width = OsUtil.osFun(512, 510, 512) // different layouts (may be dependent on font size renderings?)
setMaxWidth(width)
setMinWidth(width)

Expand Down

0 comments on commit d6c61f7

Please sign in to comment.