Skip to content

Commit

Permalink
Adjust layout proportions
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Dec 4, 2024
1 parent 818fb0a commit 1f2d6ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
toolbuilder
buildMainLayout: builder
^ GSGUIUtilities buildVerticalSplit: 0.6
^ GSGUIUtilities buildVerticalSplit: 0.7
of: (self buildUpperLayout: builder)
and: (self buildLowerLayout: builder)
with: builder
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
toolbuilder
buildProjectsAndRefsPanel: builder
^ GSGUIUtilities buildVerticalSplit: 0.5
^ GSGUIUtilities buildVerticalSplit: 0.25
of: (self buildProjectList: builder)
and: (self buildRefsPanel: builder)
with: builder
4 changes: 2 additions & 2 deletions src/GitS-Core.package/GSBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
"buildFetchAllButton:" : "mad 12/2/2024 00:57",
"buildLayout:" : "mad 10/9/2024 16:01",
"buildLowerLayout:" : "mad 9/14/2023 15:21",
"buildMainLayout:" : "mad 10/9/2024 16:01",
"buildMainLayout:" : "mad 12/2/2024 01:03",
"buildOtherButton:" : "mad 10/18/2023 15:38",
"buildProjectList:" : "mad 10/9/2024 16:01",
"buildProjectsAndRefsPanel:" : "mad 12/4/2024 18:00",
"buildProjectsAndRefsPanel:" : "mad 12/4/2024 18:01",
"buildPullButton:" : "mad 9/18/2023 16:19",
"buildPushButton:" : "mad 9/18/2023 14:11",
"buildRefList:" : "mad 10/9/2024 16:01",
Expand Down

0 comments on commit 1f2d6ff

Please sign in to comment.