Skip to content
Snippets Groups Projects
Commit 3a190adb authored by Philipp Müller's avatar Philipp Müller
Browse files

translation

parent b8efcd8b
No related branches found
No related tags found
1 merge request!63Delete option, Navbar fix
...@@ -196,7 +196,7 @@ namespace InnoLabProjektDektopApp ...@@ -196,7 +196,7 @@ namespace InnoLabProjektDektopApp
// Add to UI dynamically // Add to UI dynamically
var newGrid = new Grid { Margin = new Thickness(5, 2, 5, 2) }; var newGrid = new Grid { Margin = new Thickness(5, 2, 5, 2) };
// Three columns: 1. for CheckBox + Text, 2. for the Edit Button, 3. for the Delete Button // Drei Spalten: 1. für CheckBox + Text, 2. für den Edit Button, 3. für den Delete Button
newGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = new GridLength(1, GridUnitType.Star) }); newGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = new GridLength(1, GridUnitType.Star) });
newGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = GridLength.Auto }); newGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = GridLength.Auto });
newGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = GridLength.Auto }); newGrid.ColumnDefinitions.Add(new ColumnDefinition { Width = GridLength.Auto });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment