File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
src/main/resources/layouts Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1616 You should have received a copy of the GNU General Public License
1717 along with this program. If not, see <http://www.gnu.org/licenses/>. -->
1818
19- <?import java .lang.*?>
20- <?import javafx .geometry.*?>
21- <?import javafx .scene.*?>
22- <?import javafx .scene.canvas.*?>
23- <?import javafx .scene.control.*?>
24- <?import javafx .scene.image.*?>
25- <?import javafx .scene.layout.*?>
26- <?import javafx .scene.text.*?>
2719<?import javafx .geometry.Insets?>
2820<?import javafx .scene.Group?>
2921<?import javafx .scene.canvas.Canvas?>
5042 <Font name =" Open Sans Regular" size =" 29.0" />
5143 </font >
5244 </Label >
53- <Label fx : id =" bigTimeLabel" alignment =" CENTER" contentDisplay =" CENTER" prefHeight =" 113.0" prefWidth =" 300 .0" text =" 01:02:23" textAlignment =" CENTER" >
45+ <Label fx : id =" bigTimeLabel" alignment =" CENTER" contentDisplay =" CENTER" prefHeight =" 113.0" prefWidth =" 290 .0" text =" 01:02:23" textAlignment =" CENTER" >
5446 <font >
5547 <Font name =" Open Sans Regular" size =" 73.0" />
5648 </font >
115107 <left >
116108 <VBox fx : id =" projectsVBox" BorderPane.alignment=" CENTER" >
117109 <children >
118- <ScrollPane fitToWidth =" true" hbarPolicy =" NEVER" prefHeight =" 142.0" prefWidth =" 132 .0" stylesheets =" @../css/application.css" >
110+ <ScrollPane fitToWidth =" true" hbarPolicy =" NEVER" prefHeight =" 142.0" prefWidth =" 140 .0" stylesheets =" @../css/application.css" >
119111 <content >
120112 <VBox fx : id =" availableProjectVbox" alignment =" TOP_CENTER" prefWidth =" 130.0" />
121113 </content >
You can’t perform that action at this time.
0 commit comments