added display of all protocols in the settings after installing a new container
- set the app's max height and width to 600/800 - expanded the description when removing containers
This commit is contained in:
parent
4e9f68acff
commit
a96f485e3c
7 changed files with 25 additions and 15 deletions
|
|
@ -15,6 +15,8 @@ Window {
|
|||
height: GC.screenHeight
|
||||
minimumWidth: GC.isDesktop() ? 360 : 0
|
||||
minimumHeight: GC.isDesktop() ? 640 : 0
|
||||
maximumWidth: 600
|
||||
maximumHeight: 800
|
||||
|
||||
color: "#0E0E11"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue