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:
vladimir.kuznetsov 2023-09-01 17:39:23 +05:00
parent 4e9f68acff
commit a96f485e3c
7 changed files with 25 additions and 15 deletions

View file

@ -15,6 +15,8 @@ Window {
height: GC.screenHeight
minimumWidth: GC.isDesktop() ? 360 : 0
minimumHeight: GC.isDesktop() ? 640 : 0
maximumWidth: 600
maximumHeight: 800
color: "#0E0E11"