From ee8151d254a10f7d041cc804a1ee3daff6fbfad6 Mon Sep 17 00:00:00 2001 From: behnamxxorta Date: Tue, 14 Apr 2026 10:58:46 -0400 Subject: [PATCH 001/121] fixed the zoom symbols and size for consistency --- .../com/openrobotics/css/base/buttons.css | 12 + .../openrobotics/fxml/SimulationScreen.fxml | 296 +++++++----------- 2 files changed, 131 insertions(+), 177 deletions(-) diff --git a/open-robotics/src/main/resources/com/openrobotics/css/base/buttons.css b/open-robotics/src/main/resources/com/openrobotics/css/base/buttons.css index c0d8dcb..243f520 100644 --- a/open-robotics/src/main/resources/com/openrobotics/css/base/buttons.css +++ b/open-robotics/src/main/resources/com/openrobotics/css/base/buttons.css @@ -151,6 +151,18 @@ -fx-cursor: hand; } +.zoom-btn { + -fx-background-color: #C2BEAE; + -fx-text-fill: #1a1a18; + -fx-font-size: 15px; + -fx-padding: 3 8 3 8; + -fx-background-radius: 3px; + -fx-border-color: #8D8A7F; + -fx-border-width: 1px; + -fx-border-radius: 3px; + -fx-cursor: hand; +} + .playback-btn:hover { -fx-background-color: #8D8A7F; -fx-text-fill: #C2BEAE; diff --git a/open-robotics/src/main/resources/com/openrobotics/fxml/SimulationScreen.fxml b/open-robotics/src/main/resources/com/openrobotics/fxml/SimulationScreen.fxml index 4ce8ee5..aa906fb 100644 --- a/open-robotics/src/main/resources/com/openrobotics/fxml/SimulationScreen.fxml +++ b/open-robotics/src/main/resources/com/openrobotics/fxml/SimulationScreen.fxml @@ -1,37 +1,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -50,60 +22,58 @@ - + - - + - - - + + + - + - - + + - - - @@ -119,106 +89,95 @@ - + -