Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jnweiger
syscomp-cgr
CGR101V114-resize.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CGR101V114-resize.patch of Package syscomp-cgr
--- CGR101V114/main.tcl.orig 2010-09-07 23:09:52.000000000 +0200 +++ CGR101V114/main.tcl 2010-09-07 23:16:53.000000000 +0200 @@ -314,6 +314,16 @@ proc arrangeCircuitGear {} { } arrangeCircuitGear +#Make the display react to resize events +wm resizable . 1 0 +wm minsize . 950 650 +grid columnconfigure . 0 -weight 100 +grid .s -sticky we +grid .s.display -sticky we +grid columnconfigure .s 1 -weight 100 +# TODO: +# handle resize-events from .s.display and recalculate scope::xPlotWidth and friends + #Add-Ons source cursors.tcl source capture.tcl --- CGR101V114/scope.tcl.orig 2010-05-12 16:10:36.000000000 +0200 +++ CGR101V114/scope.tcl 2010-09-07 23:14:29.000000000 +0200 @@ -15,7 +15,8 @@ set channelBHeader [image create photo - set triggerDisplay [image create photo -file "$::images/aRising.gif"] #Scope Display Geometry -set xPlotWidth 370 +# xPlotWidth was 370. FIXME: it should not be fixed. it should react to resizing! +set xPlotWidth 660 set yPlotHeight 330 set xBorder 20 set yBorder 15
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor