Moved refresh button to bottom of side menu
This commit is contained in:
parent
9971e410db
commit
c2ebd0a038
@ -180,8 +180,12 @@ fun SideBar(tabViewModel: TabViewModel) {
|
||||
openRepositoryDialog(tabViewModel = tabViewModel)
|
||||
}
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.weight(1f))
|
||||
|
||||
|
||||
SideBarButton(
|
||||
modifier = Modifier.padding(top = 16.dp),
|
||||
modifier = Modifier.padding(bottom = 16.dp),
|
||||
painterName = "refresh.svg",
|
||||
label = "Refresh repository information",
|
||||
onClick = {
|
||||
@ -189,8 +193,6 @@ fun SideBar(tabViewModel: TabViewModel) {
|
||||
}
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.weight(1f))
|
||||
|
||||
SideBarButton(
|
||||
painterName = "settings.svg",
|
||||
label = "Settings",
|
||||
|
Loading…
Reference in New Issue
Block a user