[PR #83] [CLOSED] UI Improvements #1063

Closed
opened 2026-02-26 09:33:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/83
Author: @XanderLuciano
Created: 2/7/2017
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 553d0a1 Minor UI Improvements
  • 88f664b Merge branch 'hotfix/Minor_UI_Improvements'
  • 3edb94d Merge branch 'hotfix/Minor_UI_Improvements' into develop
  • 17da24b Updating Board Editor UI to match previous UI changes
  • bb04203 Merge branch 'hotfix/Additional_UI_Fixes'
  • 838e835 Merge branch 'hotfix/Additional_UI_Fixes' into develop
  • 62edc6f Adding SmartSelectBox, an extension of TextBox which auto selects all text upon receiving focus and triple clicking
  • 09ade83 Fixed vertical alignment on save file location TextBox
  • 46e2a55 Moved/Added white background setting to IntegerBox control.
  • 40cc2d8 Merge branch 'feature/SmartSelectTextBox' into develop

📊 Changes

6 files changed (+57 additions, -11 deletions)

View changed files

📝 ScreenToGif/Controls/IntegerBox.cs (+2 -0)
ScreenToGif/Controls/SmartSelectTextBox.cs (+43 -0)
📝 ScreenToGif/ScreenToGif.csproj (+1 -0)
📝 ScreenToGif/Windows/Board.xaml (+5 -5)
📝 ScreenToGif/Windows/Editor.xaml (+3 -3)
📝 ScreenToGif/Windows/Recorder.xaml (+3 -3)

📄 Description

Fixed #80
Also added other minor UI enhancements:

  • Added white background property to IntegerBox.cs - Control no long looks disabled when it is focused
  • Disabled invertion of FPS circular progress bar - FPS rate now matches a clock
  • Changed outer FPS circular progress bar color from Gray to FF0F1F1 to match inner style

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NickeManarin/ScreenToGif/pull/83 **Author:** [@XanderLuciano](https://github.com/XanderLuciano) **Created:** 2/7/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`553d0a1`](https://github.com/NickeManarin/ScreenToGif/commit/553d0a177bea6fc2ce734cb65609b2ad5a8a5299) Minor UI Improvements - [`88f664b`](https://github.com/NickeManarin/ScreenToGif/commit/88f664b5df54d43aa365213d85feae9459865f07) Merge branch 'hotfix/Minor_UI_Improvements' - [`3edb94d`](https://github.com/NickeManarin/ScreenToGif/commit/3edb94d03cda703862be62d842023e60d377ec80) Merge branch 'hotfix/Minor_UI_Improvements' into develop - [`17da24b`](https://github.com/NickeManarin/ScreenToGif/commit/17da24bcb41e5883d8f6739785ae538dee077381) Updating Board Editor UI to match previous UI changes - [`bb04203`](https://github.com/NickeManarin/ScreenToGif/commit/bb04203765166c4275a40955921ed515cd079f6f) Merge branch 'hotfix/Additional_UI_Fixes' - [`838e835`](https://github.com/NickeManarin/ScreenToGif/commit/838e835ed97d8bf24e1ce38e9e458cb08e9524ff) Merge branch 'hotfix/Additional_UI_Fixes' into develop - [`62edc6f`](https://github.com/NickeManarin/ScreenToGif/commit/62edc6f8726b0820db18b1ac871716a2b40224b6) Adding SmartSelectBox, an extension of TextBox which auto selects all text upon receiving focus and triple clicking - [`09ade83`](https://github.com/NickeManarin/ScreenToGif/commit/09ade831f329c118453587b7faf91e1c1ff53a32) Fixed vertical alignment on save file location TextBox - [`46e2a55`](https://github.com/NickeManarin/ScreenToGif/commit/46e2a55303d2544db21c5bd05b7849564d5525d6) Moved/Added white background setting to IntegerBox control. - [`40cc2d8`](https://github.com/NickeManarin/ScreenToGif/commit/40cc2d84274c1aeac46635989d1953a13a2ae6e4) Merge branch 'feature/SmartSelectTextBox' into develop ### 📊 Changes **6 files changed** (+57 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `ScreenToGif/Controls/IntegerBox.cs` (+2 -0) ➕ `ScreenToGif/Controls/SmartSelectTextBox.cs` (+43 -0) 📝 `ScreenToGif/ScreenToGif.csproj` (+1 -0) 📝 `ScreenToGif/Windows/Board.xaml` (+5 -5) 📝 `ScreenToGif/Windows/Editor.xaml` (+3 -3) 📝 `ScreenToGif/Windows/Recorder.xaml` (+3 -3) </details> ### 📄 Description Fixed #80 Also added other minor UI enhancements: - Added white background property to IntegerBox.cs - Control no long looks disabled when it is focused - Disabled invertion of FPS circular progress bar - FPS rate now matches a clock - Changed outer FPS circular progress bar color from Gray to FF0F1F1 to match inner style --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:33:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1063
No description provided.