-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #533 from DUNE-DAQ/feature_tdbe_qol
Updates to textual based editor
- Loading branch information
Showing
38 changed files
with
1,017 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
AddNewObjectScreen{ | ||
width: 50%; | ||
background: grey 10%; | ||
align: center middle; | ||
} | ||
|
||
AddNewObject{ | ||
width: 80%; | ||
content-align-horizontal: center; | ||
} | ||
|
||
#object_add_box{ | ||
grid-size: 4 ; | ||
grid-gutter: 1 2; | ||
grid-rows: 1fr 3; | ||
padding: 0 1; | ||
width: 100%; | ||
height: 11; | ||
border: thick $background 80%; | ||
align: center middle; | ||
content-align: center middle; | ||
background: $surface; | ||
} | ||
|
||
Input{ | ||
column-span: 2; | ||
width: 50%; | ||
} | ||
|
||
Select{ | ||
column-span: 2; | ||
width: 50%; | ||
} | ||
|
||
Button{ | ||
column-span: 1; | ||
width: auto; | ||
} | ||
|
||
.buttons { | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
DeleteConfigObjectScreen { | ||
align: center middle; | ||
width: auto; | ||
height: auto; | ||
background: grey 10%; | ||
} | ||
|
||
#dialog { | ||
grid-size: 2; | ||
grid-gutter: 1 2; | ||
grid-rows: 1fr 3; | ||
padding: 0 1; | ||
width: 60; | ||
height: 11; | ||
border: thick $background 80%; | ||
background: $surface; | ||
align: center middle; | ||
} | ||
|
||
#question { | ||
column-span: 3; | ||
height: 1fr; | ||
width: 1fr; | ||
content-align: center middle; | ||
} | ||
|
||
Button { | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
EditCellScreen{ | ||
align: center middle; | ||
width: 50%; | ||
background: grey 10%; | ||
content-align: center middle; | ||
} | ||
|
||
#edit_cell{ | ||
padding: 0 1; | ||
width: 60; | ||
height: 11; | ||
border: thick $background 80%; | ||
background: $surface; | ||
align: center middle; | ||
} | ||
|
||
Label{ | ||
width: 100%; | ||
content-align: center middle; | ||
} | ||
|
||
Input{ | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
ConfigObjectModifierScreen{ | ||
align: center middle; | ||
} | ||
|
||
SingleRelationshipModifier{ | ||
grid-size: 3; | ||
grid-gutter: 1 2; | ||
grid-rows: 1fr 3; | ||
background: grey 10%; | ||
} | ||
|
||
Select{ | ||
column-span: 2; | ||
width: 80% | ||
} | ||
#delete_rel{ | ||
column-span: 1; | ||
} | ||
|
||
RelationshipTypeGroup{ | ||
border: thick $background 80%; | ||
padding: 0 1; | ||
background: $surface; | ||
} | ||
|
||
RelationshipSelectPanel{ | ||
height: 80% | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
QuitScreen { | ||
align: center middle; | ||
width: 80%; | ||
background: grey 10%; | ||
} | ||
|
||
#dialog { | ||
grid-size: 3; | ||
grid-gutter: 1 2; | ||
grid-rows: 1fr 3; | ||
padding: 0 1; | ||
width: 60; | ||
height: 11; | ||
border: thick $background 80%; | ||
background: $surface; | ||
align: center middle; | ||
} | ||
|
||
#question { | ||
column-span: 3; | ||
height: 1fr; | ||
width: 1fr; | ||
content-align: center middle; | ||
} | ||
|
||
Button { | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.