Changeset 81339 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 18, 2019 6:57:53 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134052
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r81311 r81339 4093 4093 connect(m_pSettingsWidget, &UISoftKeyboardSettingsWidget::sigCloseSettingsWidget, this, &UISoftKeyboard::sltShowHideSettingsWidget); 4094 4094 connect(m_pSettingsWidget, &UISoftKeyboardSettingsWidget::sigColorThemeSelectionChanged, this, &UISoftKeyboard::sltHandleColorThemeListSelection); 4095 4096 4095 } 4097 4096 -
trunk/src/VBox/Frontends/VirtualBox/xml/101_ansi.xml
r81265 r81339 117 117 </key> 118 118 <space> 119 <height> 20</height>119 <height>15</height> 120 120 </space> 121 121 </row> -
trunk/src/VBox/Frontends/VirtualBox/xml/102_iso.xml
r81265 r81339 117 117 </key> 118 118 <space> 119 <height> 20</height>119 <height>15</height> 120 120 </space> 121 121 </row> -
trunk/src/VBox/Frontends/VirtualBox/xml/103_ansi.xml
r81265 r81339 115 115 </key> 116 116 <space> 117 <height> 20</height>117 <height>15</height> 118 118 </space> 119 119 </row> -
trunk/src/VBox/Frontends/VirtualBox/xml/103_iso.xml
r81265 r81339 117 117 </key> 118 118 <space> 119 <height> 20</height>119 <height>15</height> 120 120 </space> 121 121 </row> -
trunk/src/VBox/Frontends/VirtualBox/xml/106_japanese.xml
r81265 r81339 117 117 </key> 118 118 <space> 119 <height> 20</height>119 <height>15</height> 120 120 </space> 121 121 </row>
Note:
See TracChangeset
for help on using the changeset viewer.