summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-05-17 16:01:40 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-05-17 16:01:40 +0200
commit78a0deb1b6351442179dc6727d813aa9c7e02040 (patch)
treea2be6939566010eb4e7351b472443f2872f34e9f
parent2872eb224e9f3ec6947542f2d7ac0ad288574cf1 (diff)
Fixed font scaling and raise window sizes.
-rw-r--r--GUI/layouts/raisewnd.layout34
-rw-r--r--fonts/VeraMono.font2
2 files changed, 18 insertions, 18 deletions
diff --git a/GUI/layouts/raisewnd.layout b/GUI/layouts/raisewnd.layout
index a2f9561..02a501c 100644
--- a/GUI/layouts/raisewnd.layout
+++ b/GUI/layouts/raisewnd.layout
@@ -1,55 +1,55 @@
<?xml version="1.0" ?>
<GUILayout>
<Window Type="Vanilla/FrameWindow" Name="RaiseWindow">
- <Property Name="UnifiedPosition" Value="{{.25, 0}, {.40, 0}}" />
- <Property Name="UnifiedSize" Value="{{.5, 0}, {.2, 0}}" />
+ <Property Name="UnifiedPosition" Value="{{.30, 0}, {.40, 0}}" />
+ <Property Name="UnifiedSize" Value="{{.4, 0}, {.2, 0}}" />
<Property Name="Text" Value="foobar" />
<Window Type="Vanilla/StaticText" Name="radius_lbl">
<Property Name="UnifiedPosition" Value="{{0, 0}, {0, 0}}" />
- <Property Name="UnifiedSize" Value="{{.2, 0}, {.3, 0}}" />
+ <Property Name="UnifiedSize" Value="{{0, 90}, {.3, 0}}" />
<Property Name="Text" Value="Radius" />
</Window>
<Window Type="Vanilla/HorizontalScrollbar" Name="radius_sb">
- <Property Name="UnifiedPosition" Value="{{.2, 0}, {0, 0}}" />
- <Property Name="UnifiedSize" Value="{{.65, 0}, {.3, 0}}" />
+ <Property Name="UnifiedPosition" Value="{{0, 90}, {0, 0}}" />
+ <Property Name="UnifiedSize" Value="{{1, -150}, {.3, 0}}" />
<Property Name="DocumentSize" Value="50.0" />
</Window>
<Window Type="Vanilla/StaticText" Name="radius_sb_lbl">
- <Property Name="UnifiedPosition" Value="{{.85, 0}, {0, 0}}" />
- <Property Name="UnifiedSize" Value="{{.15, 0}, {.3, 0}}" />
+ <Property Name="UnifiedPosition" Value="{{1, -60}, {0, 0}}" />
+ <Property Name="UnifiedSize" Value="{{0, 60}, {.3, 0}}" />
</Window>
<Window Type="Vanilla/StaticText" Name="focus_lbl">
<Property Name="UnifiedPosition" Value="{{0, 0}, {.3, 0}}" />
- <Property Name="UnifiedSize" Value="{{.2, 0}, {.3, 0}}" />
+ <Property Name="UnifiedSize" Value="{{0, 90}, {.3, 0}}" />
<Property Name="Text" Value="Focus" />
</Window>
<Window Type="Vanilla/HorizontalScrollbar" Name="focus_sb">
- <Property Name="UnifiedPosition" Value="{{.2, 0}, {.3, 0}}" />
- <Property Name="UnifiedSize" Value="{{.65, 0}, {.3, 0}}" />
+ <Property Name="UnifiedPosition" Value="{{0, 90}, {.3, 0}}" />
+ <Property Name="UnifiedSize" Value="{{1, -150}, {.3, 0}}" />
<Property Name="DocumentSize" Value="2.0" />
<Property Name="StepSize" Value=".1" />
</Window>
<Window Type="Vanilla/StaticText" Name="focus_sb_lbl">
- <Property Name="UnifiedPosition" Value="{{.85, 0}, {.3, 0}}" />
- <Property Name="UnifiedSize" Value="{{.15, 0}, {.3, 0}}" />
+ <Property Name="UnifiedPosition" Value="{{1, -60}, {.3, 0}}" />
+ <Property Name="UnifiedSize" Value="{{0, 60}, {.3, 0}}" />
</Window>
<Window Type="Vanilla/StaticText" Name="strength_lbl">
<Property Name="UnifiedPosition" Value="{{0, 0}, {.6, 0}}" />
- <Property Name="UnifiedSize" Value="{{.2, 0}, {.3, 0}}" />
+ <Property Name="UnifiedSize" Value="{{0, 90}, {.3, 0}}" />
<Property Name="Text" Value="Strength" />
</Window>
<Window Type="Vanilla/HorizontalScrollbar" Name="strength_sb">
- <Property Name="UnifiedPosition" Value="{{.2, 0}, {.6, 0}}" />
- <Property Name="UnifiedSize" Value="{{.65, 0}, {.3, 0}}" />
+ <Property Name="UnifiedPosition" Value="{{0, 90}, {.6, 0}}" />
+ <Property Name="UnifiedSize" Value="{{1, -150}, {.3, 0}}" />
<Property Name="DocumentSize" Value="1.0" />
<Property Name="StepSize" Value=".1" />
</Window>
<Window Type="Vanilla/StaticText" Name="strength_sb_lbl">
- <Property Name="UnifiedPosition" Value="{{.85, 0}, {.6, 0}}" />
- <Property Name="UnifiedSize" Value="{{.15, 0}, {.3, 0}}" />
+ <Property Name="UnifiedPosition" Value="{{1, -60}, {.6, 0}}" />
+ <Property Name="UnifiedSize" Value="{{0, 60}, {.3, 0}}" />
</Window>
</Window>
</GUILayout>
diff --git a/fonts/VeraMono.font b/fonts/VeraMono.font
index 417e2a2..1ebbfe2 100644
--- a/fonts/VeraMono.font
+++ b/fonts/VeraMono.font
@@ -1,2 +1,2 @@
<?xml version="1.0" ?>
-<Font Name="VeraMono" Filename="VeraMono.ttf" Type="FreeType" Size="10" NativeHorzRes="800" NativeVertRes="600" AutoScaled="true"/>
+<Font Name="VeraMono" Filename="VeraMono.ttf" Type="FreeType" Size="10" />