Skip to content

Commit

Permalink
browser: disable spacer in control bar without filters
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 5, 2025
1 parent 07c9bf6 commit d6f0d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ buildControlBar: builder
state: #hasAuthorFilterLabel;
label: #authorFilterLabel;
action: #changeAuthorFilter;
yourself);"
add: builder pluggableSpacerSpec new;
yourself);
add: builder pluggableSpacerSpec new;"
add:
(builder pluggableButtonSpec new
model: self;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"browseSelectedTestNode" : "ct 12/21/2024 20:39",
"browseSelectedTestNodeMapper" : "ct 12/21/2024 20:39",
"buildClassList:" : "ct 12/17/2024 22:15",
"buildControlBar:" : "ct 12/21/2024 20:46",
"buildControlBar:" : "ct 1/5/2025 03:40",
"buildMessageList:" : "ct 12/21/2024 21:14",
"buildTestPane:" : "ct 12/12/2024 06:36",
"buildTestTree:" : "ct 12/21/2024 20:36",
Expand Down

0 comments on commit d6f0d58

Please sign in to comment.