Browse Source

Make XY-Controller lines less think, close with Esc

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.1
falkTX 3 years ago
parent
commit
31254fe490
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 32 additions and 2 deletions
  1. +32
    -2
      resources/ui/xycontroller.ui

+ 32
- 2
resources/ui/xycontroller.ui View File

@@ -71,6 +71,12 @@
</item>
<item>
<widget class="Line" name="line_2">
<property name="lineWidth">
<number>0</number>
</property>
<property name="midLineWidth">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@@ -93,6 +99,12 @@
</item>
<item>
<widget class="Line" name="line">
<property name="lineWidth">
<number>0</number>
</property>
<property name="midLineWidth">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -113,6 +125,12 @@
</item>
<item>
<widget class="Line" name="line_3">
<property name="lineWidth">
<number>0</number>
</property>
<property name="midLineWidth">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@@ -188,7 +206,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<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>
@@ -225,7 +252,7 @@
<x>0</x>
<y>0</y>
<width>588</width>
<height>18</height>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menu_Settings">
@@ -417,6 +444,9 @@
<property name="text">
<string>&amp;Quit</string>
</property>
<property name="shortcut">
<string>Esc</string>
</property>
</action>
<action name="act_ch_none">
<property name="text">


Loading…
Cancel
Save