[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 2 commits: Fix ComboBox inner padding, and add 'ProgressBar.Text' property.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 2 commits: Fix ComboBox inner padding, and add 'ProgressBar.Text' property.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Fri, 02 Aug 2024 23:44:48 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 0c26b93e by Benoît Minisini at 2024-08-03T01:43:41+02:00 Fix ComboBox inner padding, and add 'ProgressBar.Text' property. [GB.GUI.BASE] * NEW: ProgressBar: 'Text' is a new property that allows to define the text displayed in the progress bar instead of the percentage advancement. * BUG: ComboBox: Fix inner padding of editable comboboxes. - - - - - 74eb7d21 by Benoît Minisini at 2024-08-03T01:44:35+02:00 ButtonBox: Fix inner padding and button size. [GB.FORM] * BUG: ButtonBox: Fix inner padding and button size. - - - - - 11 changed files: - comp/src/gb.form/.icon.png - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/ButtonBox.class - + comp/src/gb.form/.src/Test/FTestButtonBox.class - + comp/src/gb.form/.src/Test/FTestButtonBox.form - comp/src/gb.gui.base/.icon.png - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class - comp/src/gb.gui.base/.src/ProgressBar.class - comp/src/gb.gui.base/.src/Test/FTestCombo.form - comp/src/gb.gui.base/.src/Test/FTestProgressBar.class - comp/src/gb.gui.base/.src/Test/FTestProgressBar.form View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/884d2cd02155c1b3765a852cde504ad84549dd3e...74eb7d2118d4c5545d3f52be1752dea799c02b22 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/884d2cd02155c1b3765a852cde504ad84549dd3e...74eb7d2118d4c5545d3f52be1752dea799c02b22 You're receiving this email because of your account on gitlab.com.