diff options
author | rsc <devnull@localhost> | 2005-02-11 16:52:43 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-11 16:52:43 +0000 |
commit | 6613ff14c762dd0c14df64b3b95450de7390e369 (patch) | |
tree | a56355a1c71c96328a877276ef04ce8d9578ced2 /lib | |
parent | 9d407753d040c10f269ee0f37c05a4b2aa3719f4 (diff) | |
download | plan9port-6613ff14c762dd0c14df64b3b95450de7390e369.tar.gz plan9port-6613ff14c762dd0c14df64b3b95450de7390e369.tar.bz2 plan9port-6613ff14c762dd0c14df64b3b95450de7390e369.zip |
add print buttons
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gv.style | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gv.style b/lib/gv.style index 1268375e..512e0e49 100644 --- a/lib/gv.style +++ b/lib/gv.style @@ -109,6 +109,8 @@ GV*control.layout: \ scaleButton<-90%*>\ pagemediaButton<-90%*>\ processButton<-90%*>\ + printAll<-40%*>\ + printMarked<-40%*>\ }\ viewFrame<+[2]-100%*+9999-100%> \ }\ |