Skip to content

Commit

Permalink
#12: disables feature button for release 23.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Jan 15, 2023
1 parent f3ab039 commit 0c3c6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/scala/app/logorrr/views/search/OpsToolBar.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class OpsToolBar(pathAsString: String

//setStyle(SearchToolBar.BackgroundSelectedStyle)
setStyle("""-fx-padding: 0px 0px 0px 4px;""")
val w = 620
val w = 568
val macWidth = w
val winWidth = w + 2
val linuxWidth = w + 2
Expand Down Expand Up @@ -94,7 +94,7 @@ class OpsToolBar(pathAsString: String
}

val otherItems: Seq[Node] = {
Seq(autoScrollCheckBox, clearLogButton, timerButton)
Seq(autoScrollCheckBox, clearLogButton)
}

getItems.addAll(searchItems ++ sizeItems ++ otherItems: _*)
Expand Down

0 comments on commit 0c3c6ea

Please sign in to comment.