summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-15 15:14:08 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-15 15:14:08 +0200
commitaa4cc700bd4380a6b22ec600d67b5cdbcd1d6ec1 (patch)
treede1a4376425d271f7370167b2a0589d942c07208
parentc858c52819f0382c9996c95c8e135964f3e19d55 (diff)
increased GUI spacing to accommodate larger font sizes (fixes #23)
-rw-r--r--src/gui/styleeditor.ui66
1 files changed, 33 insertions, 33 deletions
diff --git a/src/gui/styleeditor.ui b/src/gui/styleeditor.ui
index f2c2437..9c06894 100644
--- a/src/gui/styleeditor.ui
+++ b/src/gui/styleeditor.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>580</width>
+ <width>608</width>
<height>517</height>
</rect>
</property>
@@ -29,7 +29,7 @@
<rect>
<x>200</x>
<y>50</y>
- <width>61</width>
+ <width>91</width>
<height>20</height>
</rect>
</property>
@@ -53,7 +53,7 @@
<rect>
<x>200</x>
<y>80</y>
- <width>61</width>
+ <width>91</width>
<height>20</height>
</rect>
</property>
@@ -77,7 +77,7 @@
<rect>
<x>200</x>
<y>110</y>
- <width>61</width>
+ <width>91</width>
<height>20</height>
</rect>
</property>
@@ -101,7 +101,7 @@
<rect>
<x>200</x>
<y>140</y>
- <width>61</width>
+ <width>91</width>
<height>20</height>
</rect>
</property>
@@ -123,7 +123,7 @@
<widget class="QLineEdit" name="name">
<property name="geometry">
<rect>
- <x>270</x>
+ <x>300</x>
<y>50</y>
<width>301</width>
<height>20</height>
@@ -138,7 +138,7 @@
<widget class="QComboBox" name="category">
<property name="geometry">
<rect>
- <x>270</x>
+ <x>300</x>
<y>80</y>
<width>301</width>
<height>22</height>
@@ -156,7 +156,7 @@
<widget class="QPushButton" name="fillColor">
<property name="geometry">
<rect>
- <x>270</x>
+ <x>300</x>
<y>110</y>
<width>31</width>
<height>18</height>
@@ -178,7 +178,7 @@
<widget class="QPushButton" name="drawColor">
<property name="geometry">
<rect>
- <x>270</x>
+ <x>300</x>
<y>140</y>
<width>31</width>
<height>18</height>
@@ -200,9 +200,9 @@
<widget class="QCheckBox" name="hasTikzitFillColor">
<property name="geometry">
<rect>
- <x>390</x>
+ <x>420</x>
<y>110</y>
- <width>71</width>
+ <width>91</width>
<height>17</height>
</rect>
</property>
@@ -219,9 +219,9 @@
<widget class="QCheckBox" name="hasTikzitDrawColor">
<property name="geometry">
<rect>
- <x>390</x>
+ <x>420</x>
<y>140</y>
- <width>71</width>
+ <width>91</width>
<height>17</height>
</rect>
</property>
@@ -238,7 +238,7 @@
<widget class="QPushButton" name="tikzitFillColor">
<property name="geometry">
<rect>
- <x>460</x>
+ <x>510</x>
<y>110</y>
<width>31</width>
<height>18</height>
@@ -257,7 +257,7 @@
<widget class="QPushButton" name="tikzitDrawColor">
<property name="geometry">
<rect>
- <x>460</x>
+ <x>510</x>
<y>140</y>
<width>31</width>
<height>18</height>
@@ -278,7 +278,7 @@
<rect>
<x>200</x>
<y>170</y>
- <width>61</width>
+ <width>91</width>
<height>20</height>
</rect>
</property>
@@ -300,9 +300,9 @@
<widget class="QComboBox" name="shape">
<property name="geometry">
<rect>
- <x>270</x>
+ <x>300</x>
<y>170</y>
- <width>211</width>
+ <width>231</width>
<height>22</height>
</rect>
</property>
@@ -333,9 +333,9 @@
<widget class="QCheckBox" name="hasTikzitShape">
<property name="geometry">
<rect>
- <x>290</x>
+ <x>320</x>
<y>200</y>
- <width>71</width>
+ <width>91</width>
<height>17</height>
</rect>
</property>
@@ -352,7 +352,7 @@
<widget class="QComboBox" name="tikzitShape">
<property name="geometry">
<rect>
- <x>370</x>
+ <x>420</x>
<y>200</y>
<width>111</width>
<height>22</height>
@@ -384,7 +384,7 @@
<rect>
<x>200</x>
<y>230</y>
- <width>61</width>
+ <width>91</width>
<height>20</height>
</rect>
</property>
@@ -406,7 +406,7 @@
<widget class="QComboBox" name="leftArrow">
<property name="geometry">
<rect>
- <x>270</x>
+ <x>300</x>
<y>230</y>
<width>41</width>
<height>22</height>
@@ -439,7 +439,7 @@
<widget class="QLabel" name="labelDash">
<property name="geometry">
<rect>
- <x>320</x>
+ <x>350</x>
<y>230</y>
<width>16</width>
<height>21</height>
@@ -457,7 +457,7 @@
<widget class="QComboBox" name="rightArrow">
<property name="geometry">
<rect>
- <x>340</x>
+ <x>370</x>
<y>230</y>
<width>41</width>
<height>22</height>
@@ -492,7 +492,7 @@
<rect>
<x>200</x>
<y>270</y>
- <width>61</width>
+ <width>91</width>
<height>20</height>
</rect>
</property>
@@ -514,7 +514,7 @@
<widget class="QToolButton" name="addProperty">
<property name="geometry">
<rect>
- <x>270</x>
+ <x>300</x>
<y>460</y>
<width>23</width>
<height>18</height>
@@ -532,7 +532,7 @@
<widget class="QToolButton" name="addAtom">
<property name="geometry">
<rect>
- <x>300</x>
+ <x>330</x>
<y>460</y>
<width>23</width>
<height>18</height>
@@ -550,7 +550,7 @@
<widget class="QToolButton" name="removeProperty">
<property name="geometry">
<rect>
- <x>330</x>
+ <x>360</x>
<y>460</y>
<width>23</width>
<height>18</height>
@@ -568,7 +568,7 @@
<widget class="QToolButton" name="propertyUp">
<property name="geometry">
<rect>
- <x>360</x>
+ <x>390</x>
<y>460</y>
<width>23</width>
<height>18</height>
@@ -586,7 +586,7 @@
<widget class="QToolButton" name="propertyDown">
<property name="geometry">
<rect>
- <x>390</x>
+ <x>420</x>
<y>460</y>
<width>23</width>
<height>18</height>
@@ -782,7 +782,7 @@
<rect>
<x>479</x>
<y>490</y>
- <width>91</width>
+ <width>121</width>
<height>20</height>
</rect>
</property>
@@ -798,7 +798,7 @@
<widget class="QTreeView" name="properties">
<property name="geometry">
<rect>
- <x>270</x>
+ <x>300</x>
<y>270</y>
<width>301</width>
<height>181</height>