diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-07-17 02:17:09 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-07-17 02:17:09 +0200 |
commit | 3d5869e1cfc56aa1a8cc7b884fad0600cecc9e69 (patch) | |
tree | 2065fc962bcc6affb38235e1aea1f579f5363049 /application/widgets/CustomCommands.ui | |
parent | edc5378333eb33a3d1c17df8385d1d3fe2206ad9 (diff) | |
download | PrismLauncher-3d5869e1cfc56aa1a8cc7b884fad0600cecc9e69.tar.gz PrismLauncher-3d5869e1cfc56aa1a8cc7b884fad0600cecc9e69.tar.bz2 PrismLauncher-3d5869e1cfc56aa1a8cc7b884fad0600cecc9e69.zip |
NOISSUE fix overly large margins in the instance settings page
Diffstat (limited to 'application/widgets/CustomCommands.ui')
-rw-r--r-- | application/widgets/CustomCommands.ui | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/application/widgets/CustomCommands.ui b/application/widgets/CustomCommands.ui index d3bc86b8..c302fe39 100644 --- a/application/widgets/CustomCommands.ui +++ b/application/widgets/CustomCommands.ui @@ -14,6 +14,18 @@ <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> <item> <widget class="QGroupBox" name="customCommandsGroupBox"> <property name="enabled"> |