mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
moved sections in password generator page. adjusted tableview renderer for AutomaticDimension height in footer.
This commit is contained in:
@@ -69,15 +69,15 @@ namespace Bit.App.Pages
|
||||
NoHeader = true,
|
||||
Root = new TableRoot
|
||||
{
|
||||
new TableSection
|
||||
{
|
||||
SliderCell,
|
||||
settingsCell
|
||||
},
|
||||
new TableSection
|
||||
{
|
||||
regenerateCell,
|
||||
copyCell
|
||||
},
|
||||
new TableSection("Options")
|
||||
{
|
||||
SliderCell,
|
||||
settingsCell
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user