Settings
- {#if electron}
- Appearance
- {
- restartWarning = true;
- }}
- />
- {#if restartWarning}
-
- Native menu settings will be applied after app restart
-
- {/if}
- {/if}
+
+
+ {#if electron}
+ Appearance
+ {
+ restartWarning = true;
+ }}
+ />
+ {#if restartWarning}
+
+ Native menu settings will be applied after app restart
+
+ {/if}
+ {/if}
- Data grid
-
-
-
+ Data grid
+
+
+
-
+
- Connection
-
-
+ Connection
+
+
+
+
@@ -74,5 +84,7 @@
.heading {
font-size: 20px;
margin: 5px;
+ margin-left: var(--dim-large-form-margin);
+ margin-top: var(--dim-large-form-margin);
}