aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-06-10 19:50:58 +0000
committerrsc <devnull@localhost>2004-06-10 19:50:58 +0000
commitdd94dcd53587dc406daaf9e594b37737d310c8d3 (patch)
treeaa270ad8b41d2f9e7233ac1bc077a01e2cb31fe8 /lib
parent79e88b0cb627cd6bac79d2f90d7ad63f29296d73 (diff)
downloadplan9port-dd94dcd53587dc406daaf9e594b37737d310c8d3.tar.gz
plan9port-dd94dcd53587dc406daaf9e594b37737d310c8d3.tar.bz2
plan9port-dd94dcd53587dc406daaf9e594b37737d310c8d3.zip
make gv look better
Diffstat (limited to 'lib')
-rw-r--r--lib/gv.resource14
-rw-r--r--lib/gv.style16
2 files changed, 30 insertions, 0 deletions
diff --git a/lib/gv.resource b/lib/gv.resource
new file mode 100644
index 00000000..7f4c22d2
--- /dev/null
+++ b/lib/gv.resource
@@ -0,0 +1,14 @@
+GV.scales: Natural size, 1.000, screen \n\
+ Pixel based, 1.000, pixel \n\
+ 0.100, 0.100 \n\
+ 0.125, 0.125 \n\
+ 0.250, 0.250 \n\
+ 0.500, 0.500 \n\
+ 0.707, 0.707 \n\
+ 1.000, 1.000 \n\
+ 1.414, 1.530 \n\
+ 2.000, 2.000 \n\
+ 2.400, 2.750 \n\
+ 4.000, 4.000 \n\
+ 8.000, 8.000 \n\
+ 10.00, 10.00
diff --git a/lib/gv.style b/lib/gv.style
new file mode 100644
index 00000000..f6c62376
--- /dev/null
+++ b/lib/gv.style
@@ -0,0 +1,16 @@
+!########################################
+!##### Layouts
+!########################################
+
+GV.control.MButton.font: -*-Helvetica-Medium-R-Normal--*-120-*-*-P-*-ISO8859-1
+GV*orientationButton*forcedWidth: 72
+GV*upsidedown.Label: Up-Down
+GV.?.processButton.label:
+
+!##### Main Layout
+
+GV*control.layout: \
+|v{ \
+ viewFrame<+[2]-100%*+9999-100%> \
+}
+