Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

Fix #664 Feedback when desktop record region selected #666

Merged
merged 1 commit into from
Nov 28, 2014

Conversation

farazs
Copy link
Contributor

@farazs farazs commented Nov 23, 2014

Fix #664. Added a label that shows the start and end coordinates of the desktop region selected.

region show

@dideler dideler added this to the 2014 Fall - UCOSP milestone Nov 23, 2014
self.regionLabel = QLabel("")
self.regionLabel.setStyleSheet("""QLabel { background-color: #ADADAD;
border: 1px solid gray }""")
layout.addRow(nullLabel, self.regionLabel)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might as well put QLabel("") directly in here.

@farazs
Copy link
Contributor Author

farazs commented Nov 28, 2014

@dideler Made the changes you requested

@dideler dideler merged commit 8dee0bb into Freeseer:master Nov 28, 2014
@dideler
Copy link
Member

dideler commented Nov 28, 2014

Thanks @farazs

@farazs farazs deleted the area-selector branch December 1, 2014 22:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better feedback when an area to record is selected
2 participants