Skip to content

Commit

Permalink
ajustandoImagem
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSirtoriCorrea committed Jun 21, 2020
1 parent 1136af0 commit e254d1b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Interface/Interface/src/main/resources/fxml/Scene.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy></TableView>
<ImageView fx:id="imageView" fitHeight="529.0" fitWidth="819.0" layoutX="223.0" layoutY="147.0" nodeOrientation="INHERIT" pickOnBounds="true" visible="false" AnchorPane.bottomAnchor="-66.0" AnchorPane.leftAnchor="290.0" AnchorPane.rightAnchor="-11.0" AnchorPane.topAnchor="200.0" />
<ImageView fx:id="imageView" fitHeight="589.0" fitWidth="967.0" layoutX="375.0" layoutY="147.0" nodeOrientation="INHERIT" pickOnBounds="true" visible="false" AnchorPane.leftAnchor="375.0" AnchorPane.topAnchor="200.0" />
</children>
</AnchorPane>
Binary file modified Interface/Interface/target/Interface-6.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion Interface/Interface/target/classes/fxml/Scene.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy></TableView>
<ImageView fx:id="imageView" fitHeight="529.0" fitWidth="819.0" layoutX="223.0" layoutY="147.0" nodeOrientation="INHERIT" pickOnBounds="true" visible="false" AnchorPane.bottomAnchor="-66.0" AnchorPane.leftAnchor="290.0" AnchorPane.rightAnchor="-11.0" AnchorPane.topAnchor="200.0" />
<ImageView fx:id="imageView" fitHeight="589.0" fitWidth="967.0" layoutX="375.0" layoutY="147.0" nodeOrientation="INHERIT" pickOnBounds="true" visible="false" AnchorPane.leftAnchor="375.0" AnchorPane.topAnchor="200.0" />
</children>
</AnchorPane>
2 changes: 1 addition & 1 deletion Sexta-Feira(A.I.)/Commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def dateTime(speech, connection):

def updateFriday(speech, connection):
Functions.speak('Certo. Estou baixando as atualizações de meu sistema')
os.system('git pull origin master')
os.system('git reset --hard origin/master')

def sendCloseToInterface(speech, connection):
connection.send(Functions.setRequestJson('setDevicesStatus', 'Interface', 0, '.com'))
Expand Down
Binary file modified Sexta-Feira(A.I.)/__pycache__/Commands.cpython-36.pyc
Binary file not shown.

0 comments on commit e254d1b

Please sign in to comment.